summary refs log tree commit diff
path: root/pkgs/data/documentation
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/data/documentation
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/data/documentation')
-rw-r--r--pkgs/data/documentation/bgnet/default.nix2
-rw-r--r--pkgs/data/documentation/mustache-spec/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/data/documentation/bgnet/default.nix b/pkgs/data/documentation/bgnet/default.nix
index e205129db19..51ebe704bea 100644
--- a/pkgs/data/documentation/bgnet/default.nix
+++ b/pkgs/data/documentation/bgnet/default.nix
@@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
     homepage = https://beej.us/guide/bgnet/;
     license = lib.licenses.unfree;
 
-    maintainers = with lib.maintainers; [ profpatsch ];
+    maintainers = with lib.maintainers; [ Profpatsch ];
   };
 }
diff --git a/pkgs/data/documentation/mustache-spec/default.nix b/pkgs/data/documentation/mustache-spec/default.nix
index 5659cac6703..08690b7cecf 100644
--- a/pkgs/data/documentation/mustache-spec/default.nix
+++ b/pkgs/data/documentation/mustache-spec/default.nix
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
 
     homepage = http://mustache.github.io/;
     license = lib.licenses.mit;
-    maintainers = with lib.maintainers; [ profpatsch ];
+    maintainers = with lib.maintainers; [ Profpatsch ];
     platforms = lib.platforms.all;
   };
 }