maintainers: remove pyrolagus

This commit is contained in:
Mia Jasmin Bautista Sanchez
2024-12-22 16:05:08 +01:00
committed by GitHub
parent d0826dd897
commit 4b6025146a
3 changed files with 1 additions and 8 deletions
-6
View File
@@ -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";
+1 -1
View File
@@ -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";
};
})
-1
View File
@@ -164,7 +164,6 @@ stdenv.mkDerivation rec {
homepage = "https://supertuxkart.net/";
license = licenses.gpl2Plus;
maintainers = with maintainers; [
pyrolagus
peterhoeg
];
platforms = with platforms; unix;