Skip to content

Commit

Permalink
bind: License changed to MPL 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adisbladis committed Jan 17, 2018
1 parent d2b852f commit ca094d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/servers/dns/bind/default.nix
Expand Up @@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://www.isc.org/software/bind;
description = "Domain name server";
license = stdenv.lib.licenses.isc;
license = stdenv.lib.licenses.mpl20;

maintainers = with stdenv.lib.maintainers; [viric peti];
platforms = with stdenv.lib.platforms; unix;
Expand Down

0 comments on commit ca094d7

Please sign in to comment.