1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

cmake: fix homepage url

Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
This commit is contained in:
Steffen Vogel 2023-01-10 16:27:42 +00:00 committed by Steffen Vogel
parent 80c0235b78
commit e9e638d6a4

View file

@ -13,7 +13,7 @@ cmake_minimum_required(VERSION 3.14)
project(villas-common
VERSION 0.0.0
DESCRIPTION "VILLAScommon"
HOMEPAGE_URL "https://git.rwth-aachen.de/acs/public/villas/VILLAScommon"
HOMEPAGE_URL "https://github.com/VILLASframework/common"
LANGUAGES C CXX
)