Merge pull request #148178 from Zoomulator/remove-zoomulator
Removing myself as maintainer.
This commit is contained in:
commit
c094f80988
4 changed files with 3 additions and 9 deletions
|
@ -12956,12 +12956,6 @@
|
||||||
githubId = 1772064;
|
githubId = 1772064;
|
||||||
name = "Tim Zook";
|
name = "Tim Zook";
|
||||||
};
|
};
|
||||||
zoomulator = {
|
|
||||||
email = "zoomulator@gmail.com";
|
|
||||||
github = "zoomulator";
|
|
||||||
githubId = 1069303;
|
|
||||||
name = "Kim Simmons";
|
|
||||||
};
|
|
||||||
zopieux = {
|
zopieux = {
|
||||||
email = "zopieux@gmail.com";
|
email = "zopieux@gmail.com";
|
||||||
github = "zopieux";
|
github = "zopieux";
|
||||||
|
|
|
@ -30,6 +30,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "http://milkytracker.org";
|
homepage = "http://milkytracker.org";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
platforms = [ "x86_64-linux" "i686-linux" ];
|
platforms = [ "x86_64-linux" "i686-linux" ];
|
||||||
maintainers = with maintainers; [ zoomulator ];
|
maintainers = with maintainers; [];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -24,6 +24,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "http://pulkomandy.tk/projects/GrafX2";
|
homepage = "http://pulkomandy.tk/projects/GrafX2";
|
||||||
license = lib.licenses.gpl2;
|
license = lib.licenses.gpl2;
|
||||||
platforms = [ "x86_64-linux" "i686-linux" ];
|
platforms = [ "x86_64-linux" "i686-linux" ];
|
||||||
maintainers = [ lib.maintainers.zoomulator ];
|
maintainers = [];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "https://github.com/google/googletest";
|
homepage = "https://github.com/google/googletest";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ zoomulator ivan-tkatchev ];
|
maintainers = with maintainers; [ ivan-tkatchev ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue