maintainers: remove pyrolagus
This commit is contained in:
parent
d0826dd897
commit
4b6025146a
@ -18382,12 +18382,6 @@
|
||||
github = "pyle";
|
||||
githubId = 7279609;
|
||||
};
|
||||
pyrolagus = {
|
||||
email = "pyrolagus@gmail.com";
|
||||
github = "PyroLagus";
|
||||
githubId = 4579165;
|
||||
name = "Danny Bautista";
|
||||
};
|
||||
pyrotelekinetic = {
|
||||
name = "Clover";
|
||||
email = "carter@isons.org";
|
||||
|
@ -144,7 +144,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Infinite-world block sandbox game";
|
||||
license = licenses.lgpl21Plus;
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
maintainers = with maintainers; [ pyrolagus fpletz fgaz ];
|
||||
maintainers = with maintainers; [ fpletz fgaz ];
|
||||
mainProgram = if buildClient then "minetest" else "minetestserver";
|
||||
};
|
||||
})
|
||||
|
@ -164,7 +164,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://supertuxkart.net/";
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [
|
||||
pyrolagus
|
||||
peterhoeg
|
||||
];
|
||||
platforms = with platforms; unix;
|
||||
|
Loading…
Reference in New Issue
Block a user