diff options
-rw-r--r-- | conanfile.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conanfile.py b/conanfile.py index ba774be44cf8..77304769678f 100644 --- a/conanfile.py +++ b/conanfile.py @@ -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") |