diff options
author | Sam James <sam@gentoo.org> | 2022-07-29 05:16:14 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-29 05:17:13 +0100 |
commit | c01b419a8c5cbe3fcf8944d4f89d456704e2e5ea (patch) | |
tree | 1ac1152b91b5d8dba0271050fc119e075b05b8d2 /media-gfx/exiv2 | |
parent | media-gfx/exiv2: add github upstream metadata (diff) | |
download | gentoo-c01b419a8c5cbe3fcf8944d4f89d456704e2e5ea.tar.gz gentoo-c01b419a8c5cbe3fcf8944d4f89d456704e2e5ea.tar.bz2 gentoo-c01b419a8c5cbe3fcf8944d4f89d456704e2e5ea.zip |
media-gfx/exiv2: fix HOMEPAGE
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx/exiv2')
-rw-r--r-- | media-gfx/exiv2/exiv2-0.27.5-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/exiv2/exiv2-0.27.5-r1.ebuild b/media-gfx/exiv2/exiv2-0.27.5-r1.ebuild index 754fb2a9597e..8655bd0c7eac 100644 --- a/media-gfx/exiv2/exiv2-0.27.5-r1.ebuild +++ b/media-gfx/exiv2/exiv2-0.27.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,7 +17,7 @@ PYTHON_COMPAT=( python3_{8..10} ) inherit cmake-multilib python-any-r1 DESCRIPTION="EXIF, IPTC and XMP metadata C++ library and command line utility" -HOMEPAGE="https://www.exiv2.org/" +HOMEPAGE="https://exiv2.org/" LICENSE="GPL-2" # In 0.27.5, ABI seemed to be broken for bmff functions |