mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
bind: License changed to MPL 2.0
This commit is contained in:
parent
d2b852fe7d
commit
ca094d7af2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user