diff options
author | ANAND <ClobberXD@gmail.com> | 2019-04-26 22:37:32 +0530 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2019-04-26 19:07:32 +0200 |
commit | 66ecfb59164b9f7bf36b33520f22d79c91c95692 (patch) | |
tree | b63c0bb2e4b6d01fb72a55d04a6dcd134988ceaa | |
parent | cff1e9ca273be6d0719f18ac72622f7b7f7dbdb0 (diff) | |
download | minetest-66ecfb59164b9f7bf36b33520f22d79c91c95692.tar.gz minetest-66ecfb59164b9f7bf36b33520f22d79c91c95692.tar.bz2 minetest-66ecfb59164b9f7bf36b33520f22d79c91c95692.zip |
CMakeLists.txt: Remove references to Minecraft and Infiniminer (#8487)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 966343ab6..5b3b8539a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -232,7 +232,7 @@ add_subdirectory(src) # CPack -set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "An InfiniMiner/Minecraft inspired game") +set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "A free open-source voxel game engine with easy modding and game creation.") set(CPACK_PACKAGE_VERSION_MAJOR ${VERSION_MAJOR}) set(CPACK_PACKAGE_VERSION_MINOR ${VERSION_MINOR}) set(CPACK_PACKAGE_VERSION_PATCH ${VERSION_PATCH}) |