miniupnpd: add license

This commit is contained in:
Markus Kowalewski
2018-09-10 21:32:49 +02:00
parent a8bc08c633
commit cdf332f254

View File

@@ -22,5 +22,6 @@ stdenv.mkDerivation rec {
homepage = http://miniupnp.free.fr/;
description = "A daemon that implements the UPnP Internet Gateway Device (IGD) specification";
platforms = platforms.linux;
license = licenses.bsd3;
};
}