diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2020-10-31 13:42:56 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2020-10-31 13:42:56 +0100 |
commit | 8ccf38ad76ada5df87532d137ba73a4abf1f3839 (patch) | |
tree | 70e4198b546ba6e31f67a7fa30bde442df681a8c /CMakeLists.txt | |
parent | 47a4c8beca44d5c07516418c348d77aba5b554fc (diff) | |
download | xK-8ccf38ad76ada5df87532d137ba73a4abf1f3839.tar.gz xK-8ccf38ad76ada5df87532d137ba73a4abf1f3839.tar.xz xK-8ccf38ad76ada5df87532d137ba73a4abf1f3839.zip |
Minor rebranding
There's nothing experimental about this project anymore. It's stable.
Maybe we should add a photo of Hitler or something.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 540c3c3..e0a443b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -216,7 +216,7 @@ foreach (page ${project_MAN_PAGES}) endforeach () # CPack -set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "Experimental IRC client, daemon and bot") +set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "Unethical IRC client, daemon and bot") set (CPACK_PACKAGE_VERSION "${project_version_safe}") set (CPACK_PACKAGE_VENDOR "Premysl Eric Janouch") set (CPACK_PACKAGE_CONTACT "Přemysl Eric Janouch <p@janouch.name>") |