Skip to content

Commit

Permalink
Merge pull request #220 from offa/219-fix_typo
Browse files Browse the repository at this point in the history
Fix typo in conanfile url
  • Loading branch information
offa authored Dec 10, 2024
2 parents 2aecee0 + a4570fd commit 8b11188
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 8b11188

Please sign in to comment.