Merge branch 'master' into master

This commit is contained in:
Stefano Fiorentino 2021-07-07 23:08:08 +02:00 committed by GitHub
commit 8587245b85
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"