refactor: Clearer naming for the manifest version

This commit is contained in:
Inex Code
2024-12-24 20:55:19 +03:00
parent 02a29c896f
commit a13a9fe839
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, ... }: {
spModuleVersion = 1;
spModuleManifestVersion = 1;
id = "gitea";
name = "Forgejo";
description = "Forgejo is a Git forge.";