summaryrefslogtreecommitdiffstats
path: root/pkgs/games
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2023-07-07 12:52:12 +0200
committerProfpatsch <mail@profpatsch.de>2023-07-07 12:53:42 +0200
commitc97ad2763a42263966f9dd939bd06e22f13ed457 (patch)
tree3730745261dbb5e2cb1fc169cb7800dfee7b18ac /pkgs/games
parent2b36da76cf33b504d9c4ffe5c7dfe537077276af (diff)
rm Profpatsch from stuff without interest/capacity of maintaining
For tree-sitter I’m still interested, but don’t want to be first in the list :)
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/anki/default.nix2
-rw-r--r--pkgs/games/garden-of-coloured-lights/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/anki/default.nix b/pkgs/games/anki/default.nix
index 9b3c3367d3d2..299897afda49 100644
--- a/pkgs/games/anki/default.nix
+++ b/pkgs/games/anki/default.nix
@@ -277,6 +277,6 @@ python3.pkgs.buildPythonApplication {
'';
license = licenses.agpl3Plus;
platforms = platforms.mesaPlatforms;
- maintainers = with maintainers; [ oxij Profpatsch euank ];
+ maintainers = with maintainers; [ oxij euank ];
};
}
diff --git a/pkgs/games/garden-of-coloured-lights/default.nix b/pkgs/games/garden-of-coloured-lights/default.nix
index 3223cc458052..7012449f6afc 100644
--- a/pkgs/games/garden-of-coloured-lights/default.nix
+++ b/pkgs/games/garden-of-coloured-lights/default.nix
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Old-school vertical shoot-em-up / bullet hell";
homepage = "https://garden.sourceforge.net/drupal/";
- maintainers = with maintainers; [ Profpatsch ];
+ maintainers = with maintainers; [ ];
license = licenses.gpl3;
};