miniupnpc: add license
This commit is contained in:
parent
bb27094df1
commit
a8bc08c633
|
@ -19,10 +19,11 @@ let
|
||||||
|
|
||||||
makeFlags = "PREFIX=$(out) INSTALLPREFIX=$(out)";
|
makeFlags = "PREFIX=$(out) INSTALLPREFIX=$(out)";
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://miniupnp.free.fr/;
|
homepage = http://miniupnp.free.fr/;
|
||||||
description = "A client that implements the UPnP Internet Gateway Device (IGD) specification";
|
description = "A client that implements the UPnP Internet Gateway Device (IGD) specification";
|
||||||
platforms = with stdenv.lib.platforms; linux ++ freebsd ++ darwin;
|
platforms = with platforms; linux ++ freebsd ++ darwin;
|
||||||
|
license = licenses.bsd3;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
|
|
Loading…
Reference in New Issue