diff options
Diffstat (limited to 'app-crypt/pius/pius-3.0.0-r2.ebuild')
-rw-r--r-- | app-crypt/pius/pius-3.0.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/pius/pius-3.0.0-r2.ebuild b/app-crypt/pius/pius-3.0.0-r2.ebuild index 184aaf851b53..c6f48e76ca35 100644 --- a/app-crypt/pius/pius-3.0.0-r2.ebuild +++ b/app-crypt/pius/pius-3.0.0-r2.ebuild @@ -3,12 +3,12 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 DESCRIPTION="A tool for signing and email all UIDs on a set of PGP keys" -HOMEPAGE="https://www.phildev.net/pius/ https://github.com/jaymzh/pius" +HOMEPAGE="https://github.com/jaymzh/pius" SRC_URI="https://github.com/jaymzh/pius/releases/download/v${PV}/pius-${PV}.tar.bz2" LICENSE="GPL-2" |