diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-01-26 10:47:04 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-01-26 10:52:34 +0100 |
commit | 1c1a377fbcd77f6ff3ff630d4645f49161070953 (patch) | |
tree | 029ffa9ddfaa8997949056077dd1ee47a8b0ae19 /dev-python/pymdown-extensions | |
parent | dev-python/pymdown-extensions: Bump to 8.1.1 (diff) | |
download | gentoo-1c1a377fbcd77f6ff3ff630d4645f49161070953.tar.gz gentoo-1c1a377fbcd77f6ff3ff630d4645f49161070953.tar.bz2 gentoo-1c1a377fbcd77f6ff3ff630d4645f49161070953.zip |
dev-python/pymdown-extensions: Add python@ as co-maint
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pymdown-extensions')
-rw-r--r-- | dev-python/pymdown-extensions/metadata.xml | 4 | ||||
-rw-r--r-- | dev-python/pymdown-extensions/pymdown-extensions-8.1.1.ebuild | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-python/pymdown-extensions/metadata.xml b/dev-python/pymdown-extensions/metadata.xml index 6b89dfe643e4..dae957f6e7d7 100644 --- a/dev-python/pymdown-extensions/metadata.xml +++ b/dev-python/pymdown-extensions/metadata.xml @@ -10,6 +10,10 @@ <email>proxy-maint@gentoo.org</email> <name>Proxy Maintainers</name> </maintainer> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> <upstream> <remote-id type="github">facelessuser/pymdown-extensions</remote-id> <remote-id type="pypi">pymdown-extensions</remote-id> diff --git a/dev-python/pymdown-extensions/pymdown-extensions-8.1.1.ebuild b/dev-python/pymdown-extensions/pymdown-extensions-8.1.1.ebuild index 9261e00c48e1..9803061f44b1 100644 --- a/dev-python/pymdown-extensions/pymdown-extensions-8.1.1.ebuild +++ b/dev-python/pymdown-extensions/pymdown-extensions-8.1.1.ebuild @@ -18,8 +18,8 @@ inherit distutils-r1 docs DESCRIPTION="Extensions for Python Markdown." HOMEPAGE=" - https://github.com/facelessuser/pymdown-extensions - https://pypi.org/project/pymdown-extensions + https://github.com/facelessuser/pymdown-extensions/ + https://pypi.org/project/pymdown-extensions/ " SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" |