Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

mono-zeroconf: add license

+1
+1
pkgs/development/libraries/mono-zeroconf/default.nix
··· 20 20 description = "A cross platform Zero Configuration Networking library for Mono and .NET"; 21 21 homepage = http://www.mono-project.com/archived/monozeroconf/; 22 22 platforms = platforms.linux; 23 + license = licenses.mit; 23 24 }; 24 25 }