Skip to content

Commit

Permalink
Fix URL in project meta-data
Browse files Browse the repository at this point in the history
  • Loading branch information
Martchus committed Jan 2, 2020
1 parent 72a11c2 commit f9fc9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project(reflective_rapidjson)
set(META_PROJECT_NAME ${PROJECT_NAME})
set(META_APP_NAME "Reflection for RapidJSON")
set(META_APP_AUTHOR "Martchus")
set(META_APP_URL "https://github.com/${META_APP_AUTHOR}/${META_PROJECT_NAME}")
set(META_APP_URL "https://github.com/${META_APP_AUTHOR}/reflective-rapidjson")
set(META_APP_DESCRIPTION "Reflection for serializing/deserializing with RapidJSON")
set(META_APP_CATEGORIES "Utility;")
set(META_GUI_OPTIONAL false)
Expand Down

0 comments on commit f9fc9e0

Please sign in to comment.