Skip to content

Commit a4570fd

Browse files
committed
Fix typo in conanfile url (#219)
1 parent 2aecee0 commit a4570fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class ScopeguardConan(ConanFile):
1010
name = "scope-guard"
1111
license = "MIT"
1212
author = "offa <offa@github>"
13-
url = "https://github.com.offa/scope-guard"
13+
url = "https://github.com/offa/scope-guard"
1414
description = "Implementation of Scoped Guards and Unique Resource as proposed in P0052."
1515
homepage = "https://github.com/offa/scope-guard"
1616
topics = ("cpp", "cpp17", "p0052", "scope-guard",

0 commit comments

Comments
 (0)