log4shib: add license + homepage

This commit is contained in:
Markus Kowalewski 2018-10-23 19:52:33 +02:00
parent 970a1ce522
commit 3d88699174
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -15,5 +15,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A forked version of log4cpp that has been created for the Shibboleth project";
maintainers = [ maintainers.jammerful ];
license = licenses.lgpl21;
homepage = http://log4cpp.sf.net;
};
}