3
0
Fork 0
forked from mirrors/nixpkgs

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,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;
};
}
}