diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-06 16:20:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-06 16:20:14 +0100 |
| commit | 3967269dc4a1250338524f528d25a6b442532340 (patch) | |
| tree | 6e29b91a93be24a3362afd52b6181cf94e90f3dd | |
| parent | 1446095e526162fe98873ce3a32ab1cbd1bafacd (diff) | |
[CHORE] Update conanfile.py
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
| -rw-r--r-- | conanfile.py | 2 |
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") |
