aboutsummaryrefslogtreecommitdiff
path: root/pkgs/tools/security/rhash
diff options
context:
space:
mode:
authorAndrew Kelley <superjoe30@gmail.com>2015-06-18 11:52:39 -0700
committerAndrew Kelley <superjoe30@gmail.com>2015-06-18 11:52:39 -0700
commit8925d17034b21a719701f94a9a500f9e24b4fd64 (patch)
treea916246775504d00ea16ddc49f78c927c523558c /pkgs/tools/security/rhash
parent5c7fb3a9b52c158e6f0915924563148b529ad5f8 (diff)
add myself as maintainer
Diffstat (limited to 'pkgs/tools/security/rhash')
-rw-r--r--pkgs/tools/security/rhash/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/security/rhash/default.nix b/pkgs/tools/security/rhash/default.nix
index 643053d9cac9..40f5163d89d2 100644
--- a/pkgs/tools/security/rhash/default.nix
+++ b/pkgs/tools/security/rhash/default.nix
@@ -29,5 +29,6 @@ stdenv.mkDerivation rec {
homepage = http://rhash.anz.ru;
description = "Console utility and library for computing and verifying hash sums of files";
platforms = platforms.linux;
+ maintainers = [ maintainers.andrewrk ];
};
}