diff options
author | Yixun Lan <dlan@gentoo.org> | 2021-01-26 14:12:40 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2021-01-26 14:12:40 +0800 |
commit | eb24d7406ecb8d83f22e527b292b3ac2b03d8ecf (patch) | |
tree | ebe30ce3f26bc1d7b59ce2a70a720a1ea549d642 /dev-vcs | |
parent | dev-util/crash: fix homepage (diff) | |
download | gentoo-eb24d7406ecb8d83f22e527b292b3ac2b03d8ecf.tar.gz gentoo-eb24d7406ecb8d83f22e527b292b3ac2b03d8ecf.tar.bz2 gentoo-eb24d7406ecb8d83f22e527b292b3ac2b03d8ecf.zip |
dev-vcs/stgit: fix homepage
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/stgit/stgit-0.23.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/stgit/stgit-0.23.ebuild b/dev-vcs/stgit/stgit-0.23.ebuild index 65c2f4791666..e86274dcb437 100644 --- a/dev-vcs/stgit/stgit-0.23.ebuild +++ b/dev-vcs/stgit/stgit-0.23.ebuild @@ -3,13 +3,13 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{6..9} ) DISTUTILS_USE_SETUPTOOLS=no inherit bash-completion-r1 distutils-r1 DESCRIPTION="Manage a stack of patches using GIT as a backend" -HOMEPAGE="http://www.procode.org/stgit/" +HOMEPAGE="https://stacked-git.github.io" UPSTREAM_VER= [[ -n ${UPSTREAM_VER} ]] && \ UPSTREAM_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${P}-upstream-patches-${UPSTREAM_VER}.tar.xz" |