diff --git a/conanfile.py b/conanfile.py index 1edb3b5..99d64a9 100644 --- a/conanfile.py +++ b/conanfile.py @@ -10,7 +10,7 @@ class ScopeguardConan(ConanFile): name = "scope-guard" license = "MIT" author = "offa " - url = "https://github.com.offa/scope-guard" + url = "https://github.com/offa/scope-guard" description = "Implementation of Scoped Guards and Unique Resource as proposed in P0052." homepage = "https://github.com/offa/scope-guard" topics = ("cpp", "cpp17", "p0052", "scope-guard",