log4shib: add license + homepage
This commit is contained in:
parent
970a1ce522
commit
3d88699174
pkgs/development/libraries/log4shib
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue