exiv2: update homepage
This commit is contained in:
parent
9cfb5c053b
commit
df8a4eeaf7
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ stdenv.mkDerivation rec {
|
||||||
disallowedReferences = [ stdenv.cc.cc ];
|
disallowedReferences = [ stdenv.cc.cc ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://www.exiv2.org/";
|
homepage = "https://exiv2.org";
|
||||||
description = "A library and command-line utility to manage image metadata";
|
description = "A library and command-line utility to manage image metadata";
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
|
|
Loading…
Reference in a new issue