tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
mono-zeroconf: add license
Markus Kowalewski
7 years ago
e180966f
c97276af
+1
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
mono-zeroconf
default.nix
+1
pkgs/development/libraries/mono-zeroconf/default.nix
···
20
description = "A cross platform Zero Configuration Networking library for Mono and .NET";
21
homepage = http://www.mono-project.com/archived/monozeroconf/;
22
platforms = platforms.linux;
0
23
};
24
}
···
20
description = "A cross platform Zero Configuration Networking library for Mono and .NET";
21
homepage = http://www.mono-project.com/archived/monozeroconf/;
22
platforms = platforms.linux;
23
+
license = licenses.mit;
24
};
25
}