Skip to content

Commit 95d558d

Browse files
author
Hana Dusíková
committed
remove non-ascii chars from conan-file
1 parent bff10b5 commit 95d558d

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
@@ -7,7 +7,7 @@ class CtreConan(ConanFile):
77
name = "CTRE"
88
license = "MIT"
99
url = "https://github.com/hanickadot/compile-time-regular-expressions"
10-
author = "Hana Dusíková ([email protected])"
10+
author = "Hana Dusikova ([email protected])"
1111
description = "Compile Time Regular Expression for C++17/20"
1212
homepage = "https://github.com/hanickadot/compile-time-regular-expressions"
1313
no_copy_source = True

0 commit comments

Comments
 (0)