summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf.d/cmake/config.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake
index 792b9ae..8f0b126 100644
--- a/conf.d/cmake/config.cmake
+++ b/conf.d/cmake/config.cmake
@@ -22,6 +22,7 @@ set(PROJECT_NAME agl-service-weather)
set(PROJECT_PRETTY_NAME "AFM binding for weather interface")
set(PROJECT_DESCRIPTION "Binding for weather interface")
set(PROJECT_VERSION "1.0")
+set(PROJECT_URL https://gerrit.automotivelinux.org/gerrit/admin/repos/apps/agl-service-weather)
set(PROJECT_ICON "icon.png")
set(PROJECT_LICENSE "APL2.0")
set(PROJECT_LANGUAGES,"C")