about summary refs log tree commit diff
path: root/pkgs/tools/system/gdmap/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/gdmap/default.nix')
-rw-r--r--pkgs/tools/system/gdmap/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/gdmap/default.nix b/pkgs/tools/system/gdmap/default.nix
index 900dabf834b54..b2844c9502009 100644
--- a/pkgs/tools/system/gdmap/default.nix
+++ b/pkgs/tools/system/gdmap/default.nix
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     homepage = "https://gdmap.sourceforge.net";
     description = "Recursive rectangle map of disk usage";
-    license = licenses.gpl2;
+    license = licenses.gpl2Only;
     platforms = platforms.linux;
     maintainers = [ maintainers.bjornfor ];
     mainProgram = "gdmap";