diff options
author | Dimitri Staessens <dimitri@ouroboros.rocks> | 2019-03-16 19:06:27 +0100 |
---|---|---|
committer | Sander Vrijders <sander@ouroboros.rocks> | 2019-03-18 11:09:32 +0100 |
commit | 33c6b76a80189dd92f0fa2d579b1a0b9ca69127c (patch) | |
tree | 678083eb9dc996bf86cc7104689aa423850d5f53 /CMakeLists.txt | |
parent | 827ed1287fce61ccf4de2931bc7f477099976e2e (diff) | |
download | ouroboros-33c6b76a80189dd92f0fa2d579b1a0b9ca69127c.tar.gz ouroboros-33c6b76a80189dd92f0fa2d579b1a0b9ca69127c.zip |
doc: Update documentation to new website URL
The documentation and package point to the imec site, which is now
moved to ouroboros.rocks
Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks>
Signed-off-by: Sander Vrijders <sander@ouroboros.rocks>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5bf234d7..e5271555 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,8 +13,8 @@ set(PACKAGE_VERSION_PATCH 0) set(PACKAGE_NAME "${CMAKE_PROJECT_NAME}") set(PACKAGE_DESCRIPTION "The Ouroboros prototype") -set(PACKAGE_URL "http://ouroboros.ilabt.imec.be") -set(PACKAGE_BUGREPORT "http://ouroboros.ilabt.imec.be/bugzilla/") +set(PACKAGE_URL "http://ouroboros.rocks") +set(PACKAGE_BUGREPORT "http://ouroboros.rocks/bugzilla/") set(PACKAGE_VERSION "${PACKAGE_VERSION_MAJOR}.${PACKAGE_VERSION_MINOR}.${PACKAGE_VERSION_PATCH}") |