diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-01-19 12:57:54 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-01-19 12:57:54 +0000 |
commit | cd54d020a4fd95f6e1e2914861a99a5caac47a7a (patch) | |
tree | 2f046901d83d9fdfb3f1f54bbdc103867793862f /net-dialup | |
parent | dev-libs/gmp: bump up to 6.2.0 (diff) | |
download | gentoo-cd54d020a4fd95f6e1e2914861a99a5caac47a7a.tar.gz gentoo-cd54d020a4fd95f6e1e2914861a99a5caac47a7a.tar.bz2 gentoo-cd54d020a4fd95f6e1e2914861a99a5caac47a7a.zip |
net-dialup/minicom: update homepage, bug #698816
Reported-by: Wim Muskee
Closes: https://bugs.gentoo.org/698816
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/minicom/minicom-2.7.1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-dialup/minicom/minicom-2.7.1.ebuild b/net-dialup/minicom/minicom-2.7.1.ebuild index 0f9ed47b1baa..784ed24db870 100644 --- a/net-dialup/minicom/minicom-2.7.1.ebuild +++ b/net-dialup/minicom/minicom-2.7.1.ebuild @@ -1,13 +1,12 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit autotools -STUPID_NUM="3977" DESCRIPTION="Serial Communication Program" -HOMEPAGE="https://alioth.debian.org/projects/minicom" -SRC_URI="https://alioth.debian.org/frs/download.php/file/${STUPID_NUM}/${P}.tar.gz" +HOMEPAGE="https://salsa.debian.org/minicom-team/minicom" +SRC_URI="https://alioth-archive.debian.org/releases/minicom/Source/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |