treewide: remove maintainer alibabzo (#344534)

This commit is contained in:
Franz Pletz 2024-09-26 15:49:52 +02:00 committed by GitHub
commit d874e1e212
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 3 additions and 9 deletions

View File

@ -1028,12 +1028,6 @@
githubId = 30437811; githubId = 30437811;
name = "Alex Andrews"; name = "Alex Andrews";
}; };
alibabzo = {
email = "alistair.bill@gmail.com";
github = "alistairbill";
githubId = 2822871;
name = "Alistair Bill";
};
alirezameskin = { alirezameskin = {
email = "alireza.meskin@gmail.com"; email = "alireza.meskin@gmail.com";
github = "alirezameskin"; github = "alirezameskin";

View File

@ -40,6 +40,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/ludocode/msgpack-tools"; homepage = "https://github.com/ludocode/msgpack-tools";
license = licenses.mit; license = licenses.mit;
platforms = platforms.linux ++ platforms.darwin; platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ alibabzo ]; maintainers = [ ];
}; };
} }

View File

@ -57,7 +57,7 @@ stdenvNoCC.mkDerivation rec {
homepage = "https://github.com/dylanaraps/neofetch"; homepage = "https://github.com/dylanaraps/neofetch";
license = licenses.mit; license = licenses.mit;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ alibabzo konimex ]; maintainers = with maintainers; [ konimex ];
mainProgram = "neofetch"; mainProgram = "neofetch";
}; };
} }

View File

@ -18,6 +18,6 @@ buildPythonApplication rec {
mainProgram = "proselint"; mainProgram = "proselint";
homepage = "http://proselint.com"; homepage = "http://proselint.com";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ alibabzo ]; maintainers = [ ];
}; };
} }