+ fixed a typo in conanfile.py
This commit is contained in:
parent
3d60ab1a6d
commit
3b1f558668
@ -3,7 +3,7 @@
|
||||
from conans import ConanFile
|
||||
|
||||
|
||||
class UVMConan(ConanFile):
|
||||
class UVWConan(ConanFile):
|
||||
name = "uvw"
|
||||
description = "Header-only, event based, tiny and easy to use libuv wrapper in modern C++"
|
||||
homepage = "https://github.com/skypjack/uvw"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user