diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-11-22 14:58:13 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-11-22 14:58:13 +0300 |
commit | 6a89693323ffa18afda1412494d0f03675b20713 (patch) | |
tree | 4eb9272b38bc30ac72d0b0a2aa5a164508509e37 /app-misc | |
parent | net-analyzer/wireshark: [QA] expand HOMAPAGE in SRC_URI (diff) | |
download | gentoo-6a89693323ffa18afda1412494d0f03675b20713.tar.gz gentoo-6a89693323ffa18afda1412494d0f03675b20713.tar.bz2 gentoo-6a89693323ffa18afda1412494d0f03675b20713.zip |
app-misc/remind: [QA] expand HOMAPAGE in SRC_URI
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/remind/remind-03.01.16.ebuild | 2 | ||||
-rw-r--r-- | app-misc/remind/remind-03.01.17.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/remind/remind-03.01.16.ebuild b/app-misc/remind/remind-03.01.16.ebuild index f63a17d39ff7..5a7755b8959d 100644 --- a/app-misc/remind/remind-03.01.16.ebuild +++ b/app-misc/remind/remind-03.01.16.ebuild @@ -5,7 +5,7 @@ EAPI=7 DESCRIPTION="Ridiculously functional reminder program" HOMEPAGE="https://dianne.skoll.ca/projects/remind/" -SRC_URI="${HOMEPAGE}download/${P}.tar.gz" +SRC_URI="https://dianne.skoll.ca/projects/remind/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/app-misc/remind/remind-03.01.17.ebuild b/app-misc/remind/remind-03.01.17.ebuild index b3357ae89e15..b9b191eb4e14 100644 --- a/app-misc/remind/remind-03.01.17.ebuild +++ b/app-misc/remind/remind-03.01.17.ebuild @@ -5,7 +5,7 @@ EAPI=7 DESCRIPTION="Ridiculously functional reminder program" HOMEPAGE="https://dianne.skoll.ca/projects/remind/" -SRC_URI="${HOMEPAGE}download/${P}.tar.gz" +SRC_URI="https://dianne.skoll.ca/projects/remind/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |