Skip to content

Commit ad9ac9b

Browse files
authored
Merge pull request #1439 from postscript-dev/0.27-maintenance
Update PACKAGE_URL and PROJECT_DESCRIPTION text
2 parents 94ab08e + 5dbd53f commit ad9ac9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ option( BUILD_WITH_CCACHE "Use ccache to speed up compilations"
5050
option( BUILD_WITH_COVERAGE "Add compiler flags to generate coverage stats" OFF )
5151

5252
set( PACKAGE_BUGREPORT "http://github.com/exiv2/exiv2" )
53-
set( PACKAGE_URL "http://exiv2.dyndns.org")
54-
set( PROJECT_DESCRIPTION "Exif and IPTC metadata library and tools")
53+
set( PACKAGE_URL "https://exiv2.org")
54+
set( PROJECT_DESCRIPTION "Exif/IPTC/Xmp C++ metadata library and tools plus ICC Profiles, Previews and more.")
5555

5656
if ( EXIV2_ENABLE_EXTERNAL_XMP )
5757
set(EXIV2_ENABLE_XMP OFF)

0 commit comments

Comments
 (0)