Skip to content

Commit

Permalink
Fix typo in conanfile url (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
offa committed Dec 10, 2024
1 parent 2aecee0 commit a4570fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class ScopeguardConan(ConanFile):
name = "scope-guard"
license = "MIT"
author = "offa <offa@github>"
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",
Expand Down

0 comments on commit a4570fd

Please sign in to comment.