3
0
Fork 0
forked from mirrors/nixpkgs

maintainers: remove all

what?
This commit is contained in:
ajs124 2022-06-23 01:29:38 +02:00
parent 19e6ace19f
commit e966ab3965
2 changed files with 1 additions and 5 deletions

View file

@ -578,10 +578,6 @@
githubId = 11599075; githubId = 11599075;
name = "Pierre-Louis Braun"; name = "Pierre-Louis Braun";
}; };
all = {
email = "nix-commits@lists.science.uu.nl";
name = "Nix Committers";
};
allonsy = { allonsy = {
email = "linuxbash8@gmail.com"; email = "linuxbash8@gmail.com";
github = "allonsy"; github = "allonsy";

View file

@ -81,6 +81,6 @@ pkgs.releaseTools.sourceTarball {
''; '';
meta = { meta = {
maintainers = [ pkgs.lib.maintainers.all ]; maintainers = [ ];
}; };
} }