summary refs log tree commit diff
path: root/pkgs/games/ultrastardx
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/ultrastardx
parent2922bee722e501cbc1c19dfccd74930a6b2dc35c (diff)
downloadnixpkgs-53e790e7a861e498b3136fc9da7f53ec1642443a.tar
nixpkgs-53e790e7a861e498b3136fc9da7f53ec1642443a.tar.gz
nixpkgs-53e790e7a861e498b3136fc9da7f53ec1642443a.tar.bz2
nixpkgs-53e790e7a861e498b3136fc9da7f53ec1642443a.tar.lz
nixpkgs-53e790e7a861e498b3136fc9da7f53ec1642443a.tar.xz
nixpkgs-53e790e7a861e498b3136fc9da7f53ec1642443a.tar.zst
nixpkgs-53e790e7a861e498b3136fc9da7f53ec1642443a.zip
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/ultrastardx')
-rw-r--r--pkgs/games/ultrastardx/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/ultrastardx/default.nix b/pkgs/games/ultrastardx/default.nix
index ce68f190992..67991987c31 100644
--- a/pkgs/games/ultrastardx/default.nix
+++ b/pkgs/games/ultrastardx/default.nix
@@ -42,6 +42,6 @@ in stdenv.mkDerivation rec {
     homepage = http://ultrastardx.sourceforge.net/;
     description = "Free and open source karaoke game";
     license = licenses.gpl2Plus;
-    maintainers = with maintainers; [ profpatsch ];
+    maintainers = with maintainers; [ Profpatsch ];
   };
 }