From ffea7d8e9d9ab37c30b43de42077196e62c084bd Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Mon, 20 Nov 2017 11:06:51 -0600 Subject: [PATCH] otfcc: add ttuegel to maintainers --- pkgs/tools/misc/otfcc/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]; }; }