summaryrefslogtreecommitdiffstats
path: root/pkgs/games/garden-of-coloured-lights
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2018-02-12 07:18:12 +0100
committerProfpatsch <mail@profpatsch.de>2018-02-12 07:24:50 +0100
commit53e790e7a861e498b3136fc9da7f53ec1642443a (patch)
tree2572367599889db79a36fd1ea39db5e3da5de79b /pkgs/games/garden-of-coloured-lights
parent2922bee722e501cbc1c19dfccd74930a6b2dc35c (diff)
maintainers: capitalize the Profpatsch attribute (vanity)
Since I’m already at it, this has been bothering me for a while.
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 b8550b3712e3..066cadb13b17 100644
--- a/pkgs/games/garden-of-coloured-lights/default.nix
+++ b/pkgs/games/garden-of-coloured-lights/default.nix
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Old-school vertical shoot-em-up / bullet hell";
homepage = http://garden.sourceforge.net/drupal/;
- maintainers = with maintainers; [ profpatsch ];
+ maintainers = with maintainers; [ Profpatsch ];
license = licenses.gpl3;
};