From 8ec04dc754a13c2ec56dd4471eaeab07ec24a436 Mon Sep 17 00:00:00 2001 From: MADELA Patrick <patrick.madela@synchrotron-soleil.fr> Date: Wed, 21 Aug 2024 10:34:12 +0200 Subject: [PATCH] Update url --- conanfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conanfile.py b/conanfile.py index 7df93db..cea957a 100644 --- a/conanfile.py +++ b/conanfile.py @@ -10,7 +10,7 @@ class electrometersRecipe(ConanFile): # Optional metadata license = "GPL-2" author = "Xavier Elattaoui" - url = "https://gitlab.synchrotron-soleil.fr/software-control-system/tango-devices/measureinstruments/lib/electrometerslibrary.git" + url = "https://gitlab.synchrotron-soleil.fr/software-control-system/tango-devices/measureinstruments/lib/electrometers" description = "Electrometers library" topics = ("utility", "control-system") -- GitLab