From 53e790e7a861e498b3136fc9da7f53ec1642443a Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Mon, 12 Feb 2018 07:18:12 +0100 Subject: maintainers: capitalize the Profpatsch attribute (vanity) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since I’m already at it, this has been bothering me for a while. --- pkgs/games/ultrastardx/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/games/ultrastardx') diff --git a/pkgs/games/ultrastardx/default.nix b/pkgs/games/ultrastardx/default.nix index ce68f190992b..67991987c311 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 ]; }; } -- cgit 1.4.1