summary refs log tree commit diff
path: root/pkgs/development/libraries/babl/0_0_22.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/babl/0_0_22.nix')
-rw-r--r--pkgs/development/libraries/babl/0_0_22.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/babl/0_0_22.nix b/pkgs/development/libraries/babl/0_0_22.nix
index 2464a09f51a..3983816a8b4 100644
--- a/pkgs/development/libraries/babl/0_0_22.nix
+++ b/pkgs/development/libraries/babl/0_0_22.nix
@@ -11,6 +11,6 @@ stdenv.mkDerivation {
   meta = { 
     description = "Image pixel format conversion library";
     homepage = http://gegl.org/babl/;
-    license = "GPL3";
+    license = stdenv.lib.licenses.gpl3;
   };
 }