summaryrefslogtreecommitdiffhomepage
path: root/conanfile.py
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-06 16:20:14 +0100
committerGitHub <noreply@github.com>2026-03-06 16:20:14 +0100
commit3967269dc4a1250338524f528d25a6b442532340 (patch)
tree6e29b91a93be24a3362afd52b6181cf94e90f3dd /conanfile.py
parent1446095e526162fe98873ce3a32ab1cbd1bafacd (diff)
[CHORE] Update conanfile.py
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'conanfile.py')
-rw-r--r--conanfile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/conanfile.py b/conanfile.py
index 5b9cd89..75e7b68 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -8,7 +8,7 @@ class oclRecipe(ConanFile):
# Optional metadata
license = "BSL-1.0"
author = "Amlal El Mahrouss amlal@nekernel.org"
- url = "https://git.ocl.nekernel.org/src"
+ url = "https://git.ocl.nekernel.org/ocl"
description = "The Open C++ Libraries super-project."
topics = ("c++17", "libraries", "cpp")