diff options
author | 2021-04-02 09:38:18 +0100 | |
---|---|---|
committer | 2021-04-03 16:43:19 +0100 | |
commit | 1711c051bd329e581ec2e9f47ddef521709724c2 (patch) | |
tree | e9d9e16c7fcc59b323c0b4c8c8de475f1cefe055 /mail-filter/couriersrs | |
parent | games-arcade/oshu: fix variable references (diff) | |
download | gentoo-1711c051bd329e581ec2e9f47ddef521709724c2.tar.gz gentoo-1711c051bd329e581ec2e9f47ddef521709724c2.tar.bz2 gentoo-1711c051bd329e581ec2e9f47ddef521709724c2.zip |
mail-filter/couriersrs: fix RedundantUriRename
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'mail-filter/couriersrs')
-rw-r--r-- | mail-filter/couriersrs/couriersrs-0.1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-filter/couriersrs/couriersrs-0.1.2.ebuild b/mail-filter/couriersrs/couriersrs-0.1.2.ebuild index 8cdb47abe403..c8eff55bfa9d 100644 --- a/mail-filter/couriersrs/couriersrs-0.1.2.ebuild +++ b/mail-filter/couriersrs/couriersrs-0.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ inherit autotools DESCRIPTION="SRS (Sender Rewriting Scheme) wrapper for the courier MTA" HOMEPAGE="https://couriersrs.com/" -SRC_URI="https://github.com/mawis/courier-srs/releases/download/${PV}/${P}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/mawis/courier-srs/releases/download/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |