exiv2: update homepage

This commit is contained in:
Weijia Wang 2022-08-07 23:50:47 +02:00
parent 9cfb5c053b
commit df8a4eeaf7

View File

@ -118,7 +118,7 @@ stdenv.mkDerivation rec {
disallowedReferences = [ stdenv.cc.cc ];
meta = with lib; {
homepage = "https://www.exiv2.org/";
homepage = "https://exiv2.org";
description = "A library and command-line utility to manage image metadata";
platforms = platforms.all;
license = licenses.gpl2Plus;