mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
httpunit: add license + homepage
This commit is contained in:
parent
fe326f8794
commit
d356808b2f
@ -11,7 +11,9 @@ stdenv.mkDerivation {
|
||||
|
||||
inherit unzip;
|
||||
|
||||
meta = {
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://httpunit.sourceforge.net;
|
||||
platforms = platforms.unix;
|
||||
license = licenses.mit;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user