#187 Update Conan author
Signed-off-by: Uilian Ries <uilianries@gmail.com>
This commit is contained in:
parent
1aa550f840
commit
325cf0d872
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ class AbseilConan(ConanFile):
|
|||
name = "abseil"
|
||||
url = "https://github.com/abseil/abseil-cpp"
|
||||
homepage = url
|
||||
author = "Ashley Hedberg <ahedberg@google.com>"
|
||||
author = "Abseil <abseil-io@googlegroups.com>"
|
||||
description = "Abseil Common Libraries (C++) from Google"
|
||||
license = "Apache-2.0"
|
||||
topics = ("conan", "abseil", "abseil-cpp", "google", "common-libraries")
|
||||
|
|
Loading…
Reference in a new issue