From 7f2d6d8ee60ee6ed1f39deb91d71c38bf583fc4a Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 17 Jan 2016 23:47:25 +0100 Subject: [PATCH] ms-sys: correct licence --- pkgs/tools/misc/ms-sys/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/ms-sys/default.nix b/pkgs/tools/misc/ms-sys/default.nix index 81a6026b4ca..f9512b09ce6 100644 --- a/pkgs/tools/misc/ms-sys/default.nix +++ b/pkgs/tools/misc/ms-sys/default.nix @@ -19,7 +19,7 @@ stdenv.mkDerivation rec { inherit version; description = "A program for writing Microsoft compatible boot records"; homepage = http://ms-sys.sourceforge.net/; - license = licenses.gpl2; + license = licenses.gpl2Plus; maintainers = with maintainers; [ nckx ]; }; }