setconf: set license

source: https://github.com/xyproto/setconf/blob/main/COPYING
This commit is contained in:
jopejoe1
2026-05-05 20:00:11 +02:00
parent c1ac5cf543
commit 304be79271
+1
View File
@@ -26,6 +26,7 @@ let
changelog = "https://github.com/xyproto/setconf/releases/tag/${self.src.rev}";
mainProgram = "setconf";
maintainers = [ ];
license = lib.licenses.gpl2Only;
};
};
in