Merge pull request #148178 from Zoomulator/remove-zoomulator

Removing myself as maintainer.
This commit is contained in:
Silvan Mosberger 2021-12-03 00:08:31 +01:00 committed by GitHub
commit c094f80988
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 ];
};
}