about summary refs log tree commit diff
diff options
context:
space:
mode:
-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
+}