about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2014-03-19 21:10:15 +0100
committerVladimír Čunát <vcunat@gmail.com>2014-03-19 21:10:43 +0100
commit5bb0803254cca864710f723f806f01c767107dd9 (patch)
treec6b1be3fdba8ab62f50ca55928474eacbebd2d7b /pkgs/applications/graphics
parent3cf40299812c4dc9d5f1a745884f6024fce39eb6 (diff)
downloadnixlib-5bb0803254cca864710f723f806f01c767107dd9.tar
nixlib-5bb0803254cca864710f723f806f01c767107dd9.tar.gz
nixlib-5bb0803254cca864710f723f806f01c767107dd9.tar.bz2
nixlib-5bb0803254cca864710f723f806f01c767107dd9.tar.lz
nixlib-5bb0803254cca864710f723f806f01c767107dd9.tar.xz
nixlib-5bb0803254cca864710f723f806f01c767107dd9.tar.zst
nixlib-5bb0803254cca864710f723f806f01c767107dd9.zip
fix evaluation (shotwell license)
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/shotwell/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/shotwell/default.nix b/pkgs/applications/graphics/shotwell/default.nix
index fdf50cceafe9..2cb86a3f1e66 100644
--- a/pkgs/applications/graphics/shotwell/default.nix
+++ b/pkgs/applications/graphics/shotwell/default.nix
@@ -49,8 +49,8 @@ in stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     description = "Popular photo organizer for the GNOME desktop";
     homepage = http://www.yorba.org/projects/shotwell/;
-    license = licenses.lgpl;
+    license = licenses.lgpl21Plus;
     maintainers = with maintainers; [iElectric];
     platforms = platforms.linux;
   };
-}
\ No newline at end of file
+}