1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 15:11:35 +00:00

Removing zoomulator (my self) as maintainer.

This commit is contained in:
Kim Simmons 2021-12-02 22:37:56 +01:00
parent 42ffc37872
commit 6c55d68c16
4 changed files with 3 additions and 9 deletions

View file

@ -12956,12 +12956,6 @@
githubId = 1772064;
name = "Tim Zook";
};
zoomulator = {
email = "zoomulator@gmail.com";
github = "zoomulator";
githubId = 1069303;
name = "Kim Simmons";
};
zopieux = {
email = "zopieux@gmail.com";
github = "zopieux";

View file

@ -30,6 +30,6 @@ stdenv.mkDerivation rec {
homepage = "http://milkytracker.org";
license = licenses.gpl3Plus;
platforms = [ "x86_64-linux" "i686-linux" ];
maintainers = with maintainers; [ zoomulator ];
maintainers = with maintainers; [];
};
}

View file

@ -24,6 +24,6 @@ stdenv.mkDerivation rec {
homepage = "http://pulkomandy.tk/projects/GrafX2";
license = lib.licenses.gpl2;
platforms = [ "x86_64-linux" "i686-linux" ];
maintainers = [ lib.maintainers.zoomulator ];
maintainers = [];
};
}

View file

@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/google/googletest";
license = licenses.bsd3;
platforms = platforms.all;
maintainers = with maintainers; [ zoomulator ivan-tkatchev ];
maintainers = with maintainers; [ ivan-tkatchev ];
};
}