mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
treewide: remove maintainer alibabzo (#344534)
This commit is contained in:
commit
d874e1e212
|
@ -1028,12 +1028,6 @@
|
|||
githubId = 30437811;
|
||||
name = "Alex Andrews";
|
||||
};
|
||||
alibabzo = {
|
||||
email = "alistair.bill@gmail.com";
|
||||
github = "alistairbill";
|
||||
githubId = 2822871;
|
||||
name = "Alistair Bill";
|
||||
};
|
||||
alirezameskin = {
|
||||
email = "alireza.meskin@gmail.com";
|
||||
github = "alirezameskin";
|
||||
|
|
|
@ -40,6 +40,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = "https://github.com/ludocode/msgpack-tools";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
maintainers = with maintainers; [ alibabzo ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -57,7 +57,7 @@ stdenvNoCC.mkDerivation rec {
|
|||
homepage = "https://github.com/dylanaraps/neofetch";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ alibabzo konimex ];
|
||||
maintainers = with maintainers; [ konimex ];
|
||||
mainProgram = "neofetch";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -18,6 +18,6 @@ buildPythonApplication rec {
|
|||
mainProgram = "proselint";
|
||||
homepage = "http://proselint.com";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ alibabzo ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue