shibboleth: Add Myself as a Maintainer (#25817)

This commit is contained in:
J M
2017-05-16 05:11:55 -04:00
committed by zimbatm
parent 643f7343ba
commit 03d190d54f
6 changed files with 8 additions and 1 deletions

View File

@@ -22,5 +22,6 @@ stdenv.mkDerivation rec {
description = "A low-level library written in C++ that provides support for producing and consuming SAML messages";
platforms = platforms.unix;
license = licenses.asl20;
maintainers = [ maintainers.jammerful ];
};
}