summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/text/aha
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2018-07-16 21:57:23 +0200
committerPascal Wittmann <mail@pascal-wittmann.de>2018-07-16 21:57:43 +0200
commit66f99ecb7f833c7ed3f37f9b0aec375258eab77d (patch)
treeef0f48a7b5151c6914b96917de652d2b247bfc76 /pkgs/tools/text/aha
parente2d9a9d4db5ee68189110f2758ef8c3e033d731a (diff)
aha: add myself (pSub) as maintainer
Diffstat (limited to 'pkgs/tools/text/aha')
-rw-r--r--pkgs/tools/text/aha/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/text/aha/default.nix b/pkgs/tools/text/aha/default.nix
index d8c42a0f20d2..89319ac492f4 100644
--- a/pkgs/tools/text/aha/default.nix
+++ b/pkgs/tools/text/aha/default.nix
@@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
'';
homepage = https://github.com/theZiz/aha;
license = with licenses; [ lgpl2Plus mpl11 ];
+ maintainers = with maintainers; [ pSub ];
platforms = platforms.linux;
};
}