Skip to content

Commit

Permalink
Fix contact name encoding
Browse files Browse the repository at this point in the history
(cherry picked from commit 698e790)
  • Loading branch information
kmilos authored and mergify[bot] committed May 22, 2024
1 parent 7e382e7 commit a1925da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/packaging.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set(CPACK_PACKAGE_NAME "${PROJECT_NAME}")
set(CPACK_PACKAGE_CONTACT "Luis Díaz Más <piponazo@gmail.com>")
set(CPACK_PACKAGE_CONTACT "Luis Díaz Más <piponazo@gmail.com>")
set(CPACK_PACKAGE_VERSION ${PROJECT_VERSION})

set(CPACK_SOURCE_GENERATOR TGZ)
Expand Down

0 comments on commit a1925da

Please sign in to comment.