summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@atlas.cz>2020-03-03 23:18:05 +0100
committerJoonas Niilola <juippis@gentoo.org>2020-03-08 14:57:57 +0200
commit2658022c1bedbb71dffe14e5eb73dec2e796ef25 (patch)
treeaee524a7e333bebf7dfe29a5e23909eba6d0a926 /mail-filter/rspamd/rspamd-9999.ebuild
parentmail-filter/rspamd: bump to 2.4 (diff)
downloadgentoo-2658022c1bedbb71dffe14e5eb73dec2e796ef25.tar.gz
gentoo-2658022c1bedbb71dffe14e5eb73dec2e796ef25.tar.bz2
gentoo-2658022c1bedbb71dffe14e5eb73dec2e796ef25.zip
mail-filter/rspamd: update urls
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'mail-filter/rspamd/rspamd-9999.ebuild')
-rw-r--r--mail-filter/rspamd/rspamd-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail-filter/rspamd/rspamd-9999.ebuild b/mail-filter/rspamd/rspamd-9999.ebuild
index 6fc83c0865fa..4b6702808e42 100644
--- a/mail-filter/rspamd/rspamd-9999.ebuild
+++ b/mail-filter/rspamd/rspamd-9999.ebuild
@@ -6,15 +6,15 @@ EAPI=7
inherit cmake pax-utils systemd tmpfiles
if [[ ${PV} == *9999 ]] ; then
- EGIT_REPO_URI="https://github.com/vstakhov/rspamd.git"
+ EGIT_REPO_URI="https://github.com/rspamd/rspamd.git"
inherit git-r3
else
- SRC_URI="https://github.com/vstakhov/rspamd/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ SRC_URI="https://github.com/rspamd/rspamd/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
DESCRIPTION="Rapid spam filtering system"
-HOMEPAGE="https://github.com/vstakhov/rspamd"
+HOMEPAGE="https://rspamd.com https://github.com/rspamd/rspamd"
LICENSE="Apache-2.0"
SLOT="0"
IUSE="blas cpu_flags_x86_ssse3 jemalloc +jit libressl pcre2"