summary refs log tree commit diff
path: root/pkgs/tools/misc/otfcc
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2017-11-20 11:06:51 -0600
committerThomas Tuegel <ttuegel@mailbox.org>2017-11-20 11:07:07 -0600
commitffea7d8e9d9ab37c30b43de42077196e62c084bd (patch)
treed8e6b916cb568bd48e37b1e9c24e37136ad6a639 /pkgs/tools/misc/otfcc
parentba9cf1f82375644e034400dd541bfbcf7c4db0f4 (diff)
downloadnixpkgs-ffea7d8e9d9ab37c30b43de42077196e62c084bd.tar
nixpkgs-ffea7d8e9d9ab37c30b43de42077196e62c084bd.tar.gz
nixpkgs-ffea7d8e9d9ab37c30b43de42077196e62c084bd.tar.bz2
nixpkgs-ffea7d8e9d9ab37c30b43de42077196e62c084bd.tar.lz
nixpkgs-ffea7d8e9d9ab37c30b43de42077196e62c084bd.tar.xz
nixpkgs-ffea7d8e9d9ab37c30b43de42077196e62c084bd.tar.zst
nixpkgs-ffea7d8e9d9ab37c30b43de42077196e62c084bd.zip
otfcc: add ttuegel to maintainers
Diffstat (limited to 'pkgs/tools/misc/otfcc')
-rw-r--r--pkgs/tools/misc/otfcc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/otfcc/default.nix b/pkgs/tools/misc/otfcc/default.nix
index d8345cddb36..1384e09410d 100644
--- a/pkgs/tools/misc/otfcc/default.nix
+++ b/pkgs/tools/misc/otfcc/default.nix
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
     homepage = https://github.com/caryll/otfcc;
     license = licenses.asl20;
     platforms = platforms.linux;
-    maintainers = with maintainers; [ jfrankenau ];
+    maintainers = with maintainers; [ jfrankenau ttuegel ];
   };
 
 }