fix evaluation (shotwell license)

This commit is contained in:
Vladimír Čunát 2014-03-19 21:10:15 +01:00
parent 3cf4029981
commit 5bb0803254

View File

@ -49,7 +49,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Popular photo organizer for the GNOME desktop"; description = "Popular photo organizer for the GNOME desktop";
homepage = http://www.yorba.org/projects/shotwell/; homepage = http://www.yorba.org/projects/shotwell/;
license = licenses.lgpl; license = licenses.lgpl21Plus;
maintainers = with maintainers; [iElectric]; maintainers = with maintainers; [iElectric];
platforms = platforms.linux; platforms = platforms.linux;
}; };