Python: add maintainers for Python 2 (#28386)

This commit is contained in:
Adam J. Stewart 2022-01-13 20:05:42 -06:00 committed by GitHub
parent b7accb6a9d
commit 2e238307c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ class Python(AutotoolsPackage):
list_url = "https://www.python.org/ftp/python/"
list_depth = 1
maintainers = ['adamjstewart', 'skosukhin']
maintainers = ['adamjstewart', 'skosukhin', 'scheibelp', 'varioustoxins']
version('3.10.1', sha256='b76117670e7c5064344b9c138e141a377e686b9063f3a8a620ff674fa8ec90d3')
version('3.10.0', sha256='c4e0cbad57c90690cb813fb4663ef670b4d0f587d8171e2c42bd4c9245bd2758')