refactor: Even clearer naming for the manifest version

This commit is contained in:
Inex Code
2024-12-24 21:07:29 +03:00
parent a13a9fe839
commit a4d2c06c64
11 changed files with 11 additions and 11 deletions

View File

@@ -6,7 +6,7 @@
configPathsNeeded =
builtins.fromJSON (builtins.readFile ./config-paths-needed.json);
meta = { lib, ... }: {
spModuleManifestVersion = 1;
spModuleSchemaVersion = 1;
id = "mumble";
name = "Mumble";
description = "Open Source, Low Latency, High Quality Voice Chat.";