sublert: qa fixes

This commit is contained in:
Rick Farina (Zero_Chaos) 2023-09-06 14:18:21 -04:00
parent 4efb9daaf1
commit 7479d7067d
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 10 additions and 7 deletions

View file

@ -2,7 +2,10 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>email@linxon.ru</email>
<name>Yury Martynov</name>
<email>Unmaintained@unmaintained.com</email>
<name>Unmaintained</name>
</maintainer>
<upstream>
<remote-id type="github">yassineaboukir/sublert</remote-id>
</upstream>
</pkgmetadata>

View file

@ -1,13 +1,13 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
PYTHON_COMPAT=( python3_{10..11} )
PYTHON_COMPAT=( python3_{10..12} )
inherit eutils python-single-r1
inherit python-single-r1 wrapper
DESCRIPTION="Monitor new subdomains deployed by specific organizations and issued TLS/SSL certificate"
DESCRIPTION="Monitor new subdomains deployed and issued TLS/SSL certificate"
HOMEPAGE="https://github.com/yassineaboukir/sublert"
HASH_COMMIT="b9b63d6eaa2e7602ce1f2bd1a4ccc432235684b4"