+ fixed a typo in conanfile.py

This commit is contained in:
Moody 2021-07-04 21:42:24 +08:00 committed by GitHub
parent 3d60ab1a6d
commit 3b1f558668
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"