about summary refs log tree commit diff
path: root/pkgs/tools/text/convertlit/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/convertlit/default.nix')
-rw-r--r--pkgs/tools/text/convertlit/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/convertlit/default.nix b/pkgs/tools/text/convertlit/default.nix
index 05494e54a3ec..aaa458b05cb1 100644
--- a/pkgs/tools/text/convertlit/default.nix
+++ b/pkgs/tools/text/convertlit/default.nix
@@ -28,6 +28,6 @@ stdenv.mkDerivation {
   meta = {
     homepage = http://www.convertlit.com/;
     description = "A tool for converting Microsoft Reader ebooks to more open formats";
-    license = "GPL";
+    license = stdenv.lib.licenses.gpl2;
   };
 }