Merge pull request #287346 from atorres1985-contrib/waf

waf: remove vrthra from maintainers
This commit is contained in:
Thiago Kenji Okada 2024-02-16 16:00:51 +00:00 committed by GitHub
commit 1fe7393b79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 1 additions and 2 deletions

View File

@ -73,7 +73,7 @@ stdenv.mkDerivation (finalAttrs: {
changelog = "https://gitlab.com/ita1024/waf/blob/${finalAttrs.version}/ChangeLog";
license = lib.licenses.bsd3;
mainProgram = "waf";
maintainers = with lib.maintainers; [ AndersonTorres vrthra ];
maintainers = with lib.maintainers; [ AndersonTorres ];
inherit (python3.meta) platforms;
sourceProvenance = [ lib.sourceTypes.fromSource ];
};

View File

@ -14837,7 +14837,6 @@ with pkgs;
volumeicon = callPackage ../tools/audio/volumeicon { };
waf = callPackage ../development/tools/build-managers/waf { };
# An alias to work around the splicing incidents
# Related:
# https://github.com/NixOS/nixpkgs/issues/204303