summary refs log tree commit diff
path: root/pkgs/data/fonts/raleway/default.nix
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/fonts/raleway/default.nix
parent2922bee722e501cbc1c19dfccd74930a6b2dc35c (diff)
downloadnixlib-53e790e7a861e498b3136fc9da7f53ec1642443a.tar
nixlib-53e790e7a861e498b3136fc9da7f53ec1642443a.tar.gz
nixlib-53e790e7a861e498b3136fc9da7f53ec1642443a.tar.bz2
nixlib-53e790e7a861e498b3136fc9da7f53ec1642443a.tar.lz
nixlib-53e790e7a861e498b3136fc9da7f53ec1642443a.tar.xz
nixlib-53e790e7a861e498b3136fc9da7f53ec1642443a.tar.zst
nixlib-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/fonts/raleway/default.nix')
-rw-r--r--pkgs/data/fonts/raleway/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/data/fonts/raleway/default.nix b/pkgs/data/fonts/raleway/default.nix
index 2ba9069d48be..009295c58691 100644
--- a/pkgs/data/fonts/raleway/default.nix
+++ b/pkgs/data/fonts/raleway/default.nix
@@ -35,6 +35,6 @@ in fetchzip {
     homepage = https://github.com/impallari/Raleway;
     license = stdenv.lib.licenses.ofl;
 
-    maintainers = with stdenv.lib.maintainers; [ profpatsch ];
+    maintainers = with stdenv.lib.maintainers; [ Profpatsch ];
   };
 }