exif: add liceses, update homepage
This commit is contained in:
parent
2ccbd8bab5
commit
984a41fe94
@ -11,9 +11,10 @@ stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [ libexif popt libintl ];
|
buildInputs = [ libexif popt libintl ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://libexif.sourceforge.net/;
|
homepage = https://libexif.github.io;
|
||||||
description = "A utility to read and manipulate EXIF data in digital photographs";
|
description = "A utility to read and manipulate EXIF data in digital photographs";
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
license = licenses.lgpl21;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user