mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 19:11:57 +02:00
sublert: qa fixes
This commit is contained in:
parent
4efb9daaf1
commit
7479d7067d
2 changed files with 10 additions and 7 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue