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/development/mobile/adbfs-rootless/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/development/mobile/adbfs-rootless') diff --git a/pkgs/development/mobile/adbfs-rootless/default.nix b/pkgs/development/mobile/adbfs-rootless/default.nix index 091d1adfefb..18ad3048d83 100644 --- a/pkgs/development/mobile/adbfs-rootless/default.nix +++ b/pkgs/development/mobile/adbfs-rootless/default.nix @@ -36,7 +36,7 @@ stdenv.mkDerivation rec { description = "Mount Android phones on Linux with adb, no root required"; inherit (src.meta) homepage; license = licenses.bsd3; - maintainers = with maintainers; [ profpatsch ]; + maintainers = with maintainers; [ Profpatsch ]; platforms = platforms.linux; }; } -- cgit 1.4.1