Merge pull request #185603 from wegank/exiv2-homepage

exiv2: update homepage
This commit is contained in:
Fabian Affolter
2022-08-08 00:22:26 +02:00
committed by GitHub
+1 -1
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;