We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5766a1 commit 5471af1Copy full SHA for 5471af1
pkgs/development/tools/misc/premake/5.nix
@@ -80,6 +80,7 @@ stdenv.mkDerivation (finalAttrs: {
80
description = "Simple build configuration and project generation tool using lua";
81
mainProgram = "premake5";
82
license = lib.licenses.bsd3;
83
+ maintainers = [ lib.maintainers.sarahec ];
84
platforms = [
85
"x86_64-linux"
86
"aarch64-linux"
0 commit comments