Skip to content

Commit

Permalink
shibboleth: Add Myself as a Maintainer (#25817)
Browse files Browse the repository at this point in the history
  • Loading branch information
jammerful authored and zimbatm committed May 16, 2017
1 parent 643f734 commit 03d190d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/maintainers.nix
Expand Up @@ -227,6 +227,7 @@
ivan-tkatchev = "Ivan Tkatchev <tkatchev@gmail.com>";
j-keck = "Jürgen Keck <jhyphenkeck@gmail.com>";
jagajaga = "Arseniy Seroka <ars.seroka@gmail.com>";
jammerful = "jammerful <jammerful@gmail.com>";
jansol = "Jan Solanti <jan.solanti@paivola.fi>";
javaguirre = "Javier Aguirre <contacto@javaguirre.net>";
jb55 = "William Casarin <bill@casarin.me>";
Expand Down
2 changes: 2 additions & 0 deletions nixos/modules/services/security/shibboleth-sp.nix
Expand Up @@ -70,4 +70,6 @@ in {
};
};
};

meta.maintainers = with lib.maintainers; [ jammerful ];
}
3 changes: 2 additions & 1 deletion pkgs/development/libraries/log4shib/default.nix
Expand Up @@ -12,7 +12,8 @@ stdenv.mkDerivation rec {

nativeBuildInputs = [ autoreconfHook ];

meta = {
meta = with stdenv.lib; {
description = "A forked version of log4cpp that has been created for the Shibboleth project";
maintainers = [ maintainers.jammerful ];
};
}
1 change: 1 addition & 0 deletions pkgs/development/libraries/opensaml-cpp/default.nix
Expand Up @@ -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 ];
};
}
1 change: 1 addition & 0 deletions pkgs/development/libraries/shibboleth-sp/default.nix
Expand Up @@ -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 ];
};
}
1 change: 1 addition & 0 deletions pkgs/development/libraries/xml-tooling-c/default.nix
Expand Up @@ -19,5 +19,6 @@ stdenv.mkDerivation rec {
description = "A low-level library that provides a high level interface to XML processing for OpenSAML 2";
platforms = platforms.unix;
license = licenses.asl20;
maintainers = [ maintainers.jammerful ];
};
}

0 comments on commit 03d190d

Please sign in to comment.