We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c725378 commit 5dbd53fCopy full SHA for 5dbd53f
CMakeLists.txt
@@ -50,8 +50,8 @@ option( BUILD_WITH_CCACHE "Use ccache to speed up compilations"
50
option( BUILD_WITH_COVERAGE "Add compiler flags to generate coverage stats" OFF )
51
52
set( PACKAGE_BUGREPORT "http://github.com/exiv2/exiv2" )
53
-set( PACKAGE_URL "http://exiv2.dyndns.org")
54
-set( PROJECT_DESCRIPTION "Exif, Xmp and IPTC metadata library and tools")
+set( PACKAGE_URL "https://exiv2.org")
+set( PROJECT_DESCRIPTION "Exif/IPTC/Xmp C++ metadata library and tools plus ICC Profiles, Previews and more.")
55
56
if ( EXIV2_ENABLE_EXTERNAL_XMP )
57
set(EXIV2_ENABLE_XMP OFF)
0 commit comments