summary refs log tree commit diff
path: root/pkgs/applications/graphics/qtpfsgui/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/graphics/qtpfsgui/default.nix')
-rw-r--r--pkgs/applications/graphics/qtpfsgui/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/qtpfsgui/default.nix b/pkgs/applications/graphics/qtpfsgui/default.nix
index fd77524b8dc..e61679b113e 100644
--- a/pkgs/applications/graphics/qtpfsgui/default.nix
+++ b/pkgs/applications/graphics/qtpfsgui/default.nix
@@ -22,6 +22,6 @@ stdenv.mkDerivation {
   meta = {
     homepage = http://qtpfsgui.sourceforge.net/;
     description = "GUI frontend for some pfstools";
-    license = "GPL";
+    license = "GPLv2";
   };
 }