summary refs log tree commit diff
path: root/pkgs/development/libraries/shibboleth-sp
diff options
context:
space:
mode:
authorJ M <jammerful@gmail.com>2017-05-16 05:11:55 -0400
committerzimbatm <zimbatm@zimbatm.com>2017-05-16 10:11:55 +0100
commit03d190d54f63eda9ae37fc350517957a596b9cb7 (patch)
tree01d4551686d08b9b525af69fba67e9bb720fcfd7 /pkgs/development/libraries/shibboleth-sp
parent643f7343ba3146e398dd16afd5c4d000d82516b5 (diff)
downloadnixpkgs-03d190d54f63eda9ae37fc350517957a596b9cb7.tar
nixpkgs-03d190d54f63eda9ae37fc350517957a596b9cb7.tar.gz
nixpkgs-03d190d54f63eda9ae37fc350517957a596b9cb7.tar.bz2
nixpkgs-03d190d54f63eda9ae37fc350517957a596b9cb7.tar.lz
nixpkgs-03d190d54f63eda9ae37fc350517957a596b9cb7.tar.xz
nixpkgs-03d190d54f63eda9ae37fc350517957a596b9cb7.tar.zst
nixpkgs-03d190d54f63eda9ae37fc350517957a596b9cb7.zip
shibboleth: Add Myself as a Maintainer (#25817)
Diffstat (limited to 'pkgs/development/libraries/shibboleth-sp')
-rw-r--r--pkgs/development/libraries/shibboleth-sp/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/shibboleth-sp/default.nix b/pkgs/development/libraries/shibboleth-sp/default.nix
index de6d6544c13..f15c72498b2 100644
--- a/pkgs/development/libraries/shibboleth-sp/default.nix
+++ b/pkgs/development/libraries/shibboleth-sp/default.nix
@@ -27,5 +27,6 @@ stdenv.mkDerivation rec {
     description = "Enables SSO and Federation web applications written with any programming language or framework";
     platforms   = platforms.unix;
     license     = licenses.asl20;
+    maintainers = [ maintainers.jammerful ];
   };
 }