forked from mirrors/nixpkgs
maintainers: remove all
what?
This commit is contained in:
parent
19e6ace19f
commit
e966ab3965
|
@ -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";
|
||||||
|
|
|
@ -81,6 +81,6 @@ pkgs.releaseTools.sourceTarball {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
maintainers = [ pkgs.lib.maintainers.all ];
|
maintainers = [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue