File tree 6 files changed +8
-1
lines changed
nixos/modules/services/security
pkgs/development/libraries
6 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 227
227
ivan-tkatchev = "Ivan Tkatchev <tkatchev@gmail.com>" ;
228
228
j-keck = "Jürgen Keck <jhyphenkeck@gmail.com>" ;
229
229
jagajaga = "Arseniy Seroka <ars.seroka@gmail.com>" ;
230
+ jammerful = "jammerful <jammerful@gmail.com>" ;
230
231
jansol = "Jan Solanti <jan.solanti@paivola.fi>" ;
231
232
javaguirre = "Javier Aguirre <contacto@javaguirre.net>" ;
232
233
jb55 = "William Casarin <bill@casarin.me>" ;
Original file line number Diff line number Diff line change 70
70
} ;
71
71
} ;
72
72
} ;
73
+
74
+ meta . maintainers = with lib . maintainers ; [ jammerful ] ;
73
75
}
Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ stdenv.mkDerivation rec {
12
12
13
13
nativeBuildInputs = [ autoreconfHook ] ;
14
14
15
- meta = {
15
+ meta = with stdenv . lib ; {
16
16
description = "A forked version of log4cpp that has been created for the Shibboleth project" ;
17
+ maintainers = [ maintainers . jammerful ] ;
17
18
} ;
18
19
}
Original file line number Diff line number Diff line change @@ -22,5 +22,6 @@ stdenv.mkDerivation rec {
22
22
description = "A low-level library written in C++ that provides support for producing and consuming SAML messages" ;
23
23
platforms = platforms . unix ;
24
24
license = licenses . asl20 ;
25
+ maintainers = [ maintainers . jammerful ] ;
25
26
} ;
26
27
}
Original file line number Diff line number Diff line change @@ -27,5 +27,6 @@ stdenv.mkDerivation rec {
27
27
description = "Enables SSO and Federation web applications written with any programming language or framework" ;
28
28
platforms = platforms . unix ;
29
29
license = licenses . asl20 ;
30
+ maintainers = [ maintainers . jammerful ] ;
30
31
} ;
31
32
}
Original file line number Diff line number Diff line change @@ -19,5 +19,6 @@ stdenv.mkDerivation rec {
19
19
description = "A low-level library that provides a high level interface to XML processing for OpenSAML 2" ;
20
20
platforms = platforms . unix ;
21
21
license = licenses . asl20 ;
22
+ maintainers = [ maintainers . jammerful ] ;
22
23
} ;
23
24
}
You can’t perform that action at this time.
0 commit comments