mono-zeroconf: add license

This commit is contained in:
Markus Kowalewski 2018-10-23 20:01:58 +02:00
parent c97276af59
commit e180966f6b
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -20,5 +20,6 @@ stdenv.mkDerivation rec {
description = "A cross platform Zero Configuration Networking library for Mono and .NET";
homepage = http://www.mono-project.com/archived/monozeroconf/;
platforms = platforms.linux;
license = licenses.mit;
};
}