summary refs log tree commit diff
path: root/pkgs/tools/video/swfmill/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/video/swfmill/default.nix')
-rw-r--r--pkgs/tools/video/swfmill/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/tools/video/swfmill/default.nix b/pkgs/tools/video/swfmill/default.nix
index 8e7fbdaeaf3..0f3b5f4d39d 100644
--- a/pkgs/tools/video/swfmill/default.nix
+++ b/pkgs/tools/video/swfmill/default.nix
@@ -15,7 +15,6 @@ stdenv.mkDerivation rec {
   meta = {
     description = "An xml2swf and swf2xml processor with import functionalities";
     homepage = "http://swfmill.org";
-    license = "GPLv2";
+    license = stdenv.lib.licenses.gpl2;
   };
 }
-