about summary refs log tree commit diff
path: root/pkgs/tools/misc/grub4dos/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/grub4dos/default.nix')
-rw-r--r--pkgs/tools/misc/grub4dos/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/grub4dos/default.nix b/pkgs/tools/misc/grub4dos/default.nix
index f00720af15eca..8b78c29defe7c 100644
--- a/pkgs/tools/misc/grub4dos/default.nix
+++ b/pkgs/tools/misc/grub4dos/default.nix
@@ -38,7 +38,7 @@ in stdenv.mkDerivation {
     description = "GRUB for DOS is the dos extension of GRUB";
     maintainers = with maintainers; [ abbradar ];
     platforms = platforms.linux;
-    license = licenses.gpl2;
+    license = licenses.gpl2Plus;
     # Needs a port to modern binutils:
     #   https://github.com/chenall/grub4dos/issues/160
     broken = true;