3
0
Fork 0
forked from mirrors/nixpkgs

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
commit ab0fd044b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;