From 3f11bbe47af228ad2fd757c199d8164c1e206725 Mon Sep 17 00:00:00 2001 From: ruevs Date: Wed, 18 Jan 2023 17:40:35 +0200 Subject: [PATCH] Translations: change contact informatuion in "Report-Msgid-Bugs-To:" to current maintainer. --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 1f21e16a..0e9129f4 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -210,7 +210,7 @@ if(HAVE_GETTEXT) --package-name=SolveSpace --package-version=${PROJECT_VERSION} "--copyright-holder=the PACKAGE authors" - --msgid-bugs-address=whitequark@whitequark.org + --msgid-bugs-address=phkahler@gmail.com --from-code=utf-8 --output=${gen_output_pot} ${inputs} COMMAND ${CMAKE_COMMAND} -E copy_if_different ${gen_output_pot} ${output_pot} DEPENDS ${inputs}