rofi-menugen: set license

reason: could not find any license in the source code
This commit is contained in:
jopejoe1
2026-05-05 19:35:10 +02:00
parent c1ac5cf543
commit ab481c5c42
+1
View File
@@ -34,5 +34,6 @@ stdenv.mkDerivation {
homepage = "https://github.com/octotep/menugen";
maintainers = [ ];
platforms = lib.platforms.all;
license = lib.licenses.unfree;
};
}