Add maintainers for gperftools (#25156)

This commit is contained in:
Mikael Simberg 2021-08-02 13:46:38 +02:00 committed by GitHub
parent be3e6a0e9b
commit d628e3ba5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ class Gperftools(AutotoolsPackage):
"""
homepage = "https://github.com/gperftools/gperftools"
url = "https://github.com/gperftools/gperftools/releases/download/gperftools-2.7/gperftools-2.7.tar.gz"
maintainers = ['albestro', 'eschnett', 'msimberg', 'teonnik']
version('2.9.1', sha256='ea566e528605befb830671e359118c2da718f721c27225cbbc93858c7520fee3')
version('2.8.1', sha256='12f07a8ba447f12a3ae15e6e3a6ad74de35163b787c0c7b76288d7395f2f74e0')