forked from mirrors/nixpkgs
miniupnpc: add license
This commit is contained in:
parent
bb27094df1
commit
a8bc08c633
|
@ -19,10 +19,11 @@ let
|
|||
|
||||
makeFlags = "PREFIX=$(out) INSTALLPREFIX=$(out)";
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://miniupnp.free.fr/;
|
||||
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 {
|
||||
|
|
Loading…
Reference in a new issue