Skip to content

Commit 03d190d

Browse files
jammerfulzimbatm
authored andcommittedMay 16, 2017
shibboleth: Add Myself as a Maintainer (#25817)
1 parent 643f734 commit 03d190d

File tree

6 files changed

+8
-1
lines changed

6 files changed

+8
-1
lines changed
 

‎lib/maintainers.nix

+1
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@
227227
ivan-tkatchev = "Ivan Tkatchev <tkatchev@gmail.com>";
228228
j-keck = "Jürgen Keck <jhyphenkeck@gmail.com>";
229229
jagajaga = "Arseniy Seroka <ars.seroka@gmail.com>";
230+
jammerful = "jammerful <jammerful@gmail.com>";
230231
jansol = "Jan Solanti <jan.solanti@paivola.fi>";
231232
javaguirre = "Javier Aguirre <contacto@javaguirre.net>";
232233
jb55 = "William Casarin <bill@casarin.me>";

‎nixos/modules/services/security/shibboleth-sp.nix

+2
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,6 @@ in {
7070
};
7171
};
7272
};
73+
74+
meta.maintainers = with lib.maintainers; [ jammerful ];
7375
}

‎pkgs/development/libraries/log4shib/default.nix

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ stdenv.mkDerivation rec {
1212

1313
nativeBuildInputs = [ autoreconfHook ];
1414

15-
meta = {
15+
meta = with stdenv.lib; {
1616
description = "A forked version of log4cpp that has been created for the Shibboleth project";
17+
maintainers = [ maintainers.jammerful ];
1718
};
1819
}

‎pkgs/development/libraries/opensaml-cpp/default.nix

+1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ stdenv.mkDerivation rec {
2222
description = "A low-level library written in C++ that provides support for producing and consuming SAML messages";
2323
platforms = platforms.unix;
2424
license = licenses.asl20;
25+
maintainers = [ maintainers.jammerful ];
2526
};
2627
}

‎pkgs/development/libraries/shibboleth-sp/default.nix

+1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ stdenv.mkDerivation rec {
2727
description = "Enables SSO and Federation web applications written with any programming language or framework";
2828
platforms = platforms.unix;
2929
license = licenses.asl20;
30+
maintainers = [ maintainers.jammerful ];
3031
};
3132
}

‎pkgs/development/libraries/xml-tooling-c/default.nix

+1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ stdenv.mkDerivation rec {
1919
description = "A low-level library that provides a high level interface to XML processing for OpenSAML 2";
2020
platforms = platforms.unix;
2121
license = licenses.asl20;
22+
maintainers = [ maintainers.jammerful ];
2223
};
2324
}

0 commit comments

Comments
 (0)
Please sign in to comment.