about summary refs log tree commit diff
path: root/pkgs/games/garden-of-coloured-lights
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/garden-of-coloured-lights
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/garden-of-coloured-lights')
-rw-r--r--pkgs/games/garden-of-coloured-lights/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/garden-of-coloured-lights/default.nix b/pkgs/games/garden-of-coloured-lights/default.nix
index 3223cc4580520..7012449f6afca 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;
   };