diff options
author | Sam James <sam@gentoo.org> | 2021-05-17 00:06:05 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-17 22:34:26 +0000 |
commit | 714bfa983da16c9ab6cb10ce87cc135846e9ce61 (patch) | |
tree | 8422e1a42a5b6f5c345f2aa30470e7225c2218b6 /sys-devel/flex | |
parent | x11-apps/luit: add 20210218 (diff) | |
download | gentoo-714bfa983da16c9ab6cb10ce87cc135846e9ce61.tar.gz gentoo-714bfa983da16c9ab6cb10ce87cc135846e9ce61.tar.bz2 gentoo-714bfa983da16c9ab6cb10ce87cc135846e9ce61.zip |
sys-devel/flex: drop dead sourceforge HOMEPAGE
Still keeping the remote-id for the (outdated)
site which is referenced in the README on github, though.
Closes: https://bugs.gentoo.org/708496
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/flex')
-rw-r--r-- | sys-devel/flex/flex-2.6.4-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/flex/flex-2.6.4-r1.ebuild b/sys-devel/flex/flex-2.6.4-r1.ebuild index 9c73a8e03c37..592b017eec1a 100644 --- a/sys-devel/flex/flex-2.6.4-r1.ebuild +++ b/sys-devel/flex/flex-2.6.4-r1.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit flag-o-matic libtool multilib-minimal toolchain-funcs DESCRIPTION="The Fast Lexical Analyzer" -HOMEPAGE="https://flex.sourceforge.net/ https://github.com/westes/flex" +HOMEPAGE="https://github.com/westes/flex" SRC_URI="https://github.com/westes/${PN}/releases/download/v${PV}/${P}.tar.gz" LICENSE="FLEX" |