rofi-menugen: set license (#516989)

This commit is contained in:
Jo
2026-05-12 11:41:58 +00:00
committed by GitHub
+1
View File
@@ -34,5 +34,6 @@ stdenv.mkDerivation {
homepage = "https://github.com/octotep/menugen";
maintainers = [ ];
platforms = lib.platforms.all;
license = lib.licenses.unfree;
};
}