Rename "Metapackage" to "Mod Name"

This commit is contained in:
rubenwardy
2022-09-01 22:45:53 +01:00
parent f649fa57e6
commit 906ec3885a
15 changed files with 75 additions and 70 deletions

View File

@@ -66,7 +66,7 @@
{% macro package_lists() -%}
<script>
meta_packages = [
{% for m in mpackages %}
{% for m in modnames %}
{# This is safe as name can only contain `[a-z0-9_]` #}
{
id: "{{ m.name }}",