mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
{log4shib,opensaml-cpp,shibboleth-sp,xml-security-c}: adopt
This commit is contained in:
@@ -26,7 +26,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
meta = {
|
||||
description = "Forked version of log4cpp that has been created for the Shibboleth project";
|
||||
mainProgram = "log4shib-config";
|
||||
maintainers = [ ];
|
||||
maintainers = with lib.maintainers; [ drawbu ];
|
||||
license = lib.licenses.lgpl21;
|
||||
homepage = "http://log4cpp.sf.net";
|
||||
};
|
||||
|
||||
@@ -56,6 +56,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
mainProgram = "samlsign";
|
||||
platforms = lib.platforms.unix;
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = [ ];
|
||||
maintainers = with lib.maintainers; [ drawbu ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -81,6 +81,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Enables SSO and Federation web applications written with any programming language or framework";
|
||||
platforms = lib.platforms.unix;
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = [ ];
|
||||
maintainers = with lib.maintainers; [ drawbu ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -45,5 +45,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "C++ Implementation of W3C security standards for XML";
|
||||
license = lib.licenses.asl20;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [ drawbu ];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user