about summary refs log tree commit diff
path: root/pkgs/tools/misc/mktorrent
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/tools/misc/mktorrent
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/tools/misc/mktorrent')
-rw-r--r--pkgs/tools/misc/mktorrent/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/mktorrent/default.nix b/pkgs/tools/misc/mktorrent/default.nix
index 0e1d3b8f49f3..6f56267ebf72 100644
--- a/pkgs/tools/misc/mktorrent/default.nix
+++ b/pkgs/tools/misc/mktorrent/default.nix
@@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
     homepage = http://mktorrent.sourceforge.net/;
     license = stdenv.lib.licenses.gpl2Plus;
     description = "Command line utility to create BitTorrent metainfo files";
-    maintainers = with stdenv.lib.maintainers; [viric profpatsch];
+    maintainers = with stdenv.lib.maintainers; [viric Profpatsch];
   };
 }