Skip to content

Commit

Permalink
maintainers: remove pyrolagus
Browse files Browse the repository at this point in the history
  • Loading branch information
PyroLagus authored Dec 22, 2024
1 parent d0826dd commit 4b60251
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
6 changes: 0 additions & 6 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18382,12 +18382,6 @@
github = "pyle";
githubId = 7279609;
};
pyrolagus = {
email = "[email protected]";
github = "PyroLagus";
githubId = 4579165;
name = "Danny Bautista";
};
pyrotelekinetic = {
name = "Clover";
email = "[email protected]";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/games/minetest/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 change: 0 additions & 1 deletion pkgs/games/super-tux-kart/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ stdenv.mkDerivation rec {
homepage = "https://supertuxkart.net/";
license = licenses.gpl2Plus;
maintainers = with maintainers; [
pyrolagus
peterhoeg
];
platforms = with platforms; unix;
Expand Down

0 comments on commit 4b60251

Please sign in to comment.