httpunit: add license + homepage
This commit is contained in:
parent
fe326f8794
commit
d356808b2f
@ -11,7 +11,9 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
inherit unzip;
|
inherit unzip;
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
platforms = stdenv.lib.platforms.unix;
|
homepage = http://httpunit.sourceforge.net;
|
||||||
|
platforms = platforms.unix;
|
||||||
|
license = licenses.mit;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user