summary refs log tree commit diff
path: root/pkgs/tools/text/uni2ascii
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2017-01-20 15:43:34 +0100
committerFranz Pletz <fpletz@fnordicwalking.de>2017-01-20 15:44:28 +0100
commit9b92a0784303b8384b71855e7cee27bc8d72dae8 (patch)
treeac8ecd9653355ae958a5c360fc3298744d172bdf /pkgs/tools/text/uni2ascii
parentea7dadcaf67f5a1ab974f818e99c99948f2a312e (diff)
downloadnixpkgs-9b92a0784303b8384b71855e7cee27bc8d72dae8.tar
nixpkgs-9b92a0784303b8384b71855e7cee27bc8d72dae8.tar.gz
nixpkgs-9b92a0784303b8384b71855e7cee27bc8d72dae8.tar.bz2
nixpkgs-9b92a0784303b8384b71855e7cee27bc8d72dae8.tar.lz
nixpkgs-9b92a0784303b8384b71855e7cee27bc8d72dae8.tar.xz
nixpkgs-9b92a0784303b8384b71855e7cee27bc8d72dae8.tar.zst
nixpkgs-9b92a0784303b8384b71855e7cee27bc8d72dae8.zip
treewide: use lib.maintainers for meta.maintainers
Diffstat (limited to 'pkgs/tools/text/uni2ascii')
-rw-r--r--pkgs/tools/text/uni2ascii/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/uni2ascii/default.nix b/pkgs/tools/text/uni2ascii/default.nix
index 9e62b2b3d59..9eebb830db1 100644
--- a/pkgs/tools/text/uni2ascii/default.nix
+++ b/pkgs/tools/text/uni2ascii/default.nix
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
     It also provides ways of converting non-ASCII characters to
     similar ASCII characters, e.g. by stripping diacritics.
     '';
-    maintainers = [ "cillian.deroiste@gmail.com" ];
+    maintainers = with stdenv.lib.maintainers; [ goibhniu ];
     platforms = stdenv.lib.platforms.linux;
   };
 }