log4shib: add license + homepage
This commit is contained in:
parent
970a1ce522
commit
3d88699174
@ -15,5 +15,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A forked version of log4cpp that has been created for the Shibboleth project";
|
description = "A forked version of log4cpp that has been created for the Shibboleth project";
|
||||||
maintainers = [ maintainers.jammerful ];
|
maintainers = [ maintainers.jammerful ];
|
||||||
|
license = licenses.lgpl21;
|
||||||
|
homepage = http://log4cpp.sf.net;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user