bind: License changed to MPL 2.0
This commit is contained in:
@@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.isc.org/software/bind;
|
homepage = http://www.isc.org/software/bind;
|
||||||
description = "Domain name server";
|
description = "Domain name server";
|
||||||
license = stdenv.lib.licenses.isc;
|
license = stdenv.lib.licenses.mpl20;
|
||||||
|
|
||||||
maintainers = with stdenv.lib.maintainers; [viric peti];
|
maintainers = with stdenv.lib.maintainers; [viric peti];
|
||||||
platforms = with stdenv.lib.platforms; unix;
|
platforms = with stdenv.lib.platforms; unix;
|
||||||
|
|||||||
Reference in New Issue
Block a user