diff options
author | David Seifert <soap@gentoo.org> | 2019-08-28 12:10:04 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-08-28 12:10:04 +0200 |
commit | 87bc4023ca8d1d69751c2b3f08fe801ea4126d4f (patch) | |
tree | 50ac92953b66c76f8169fba6def85b4760ec9a52 /app-editors | |
parent | app-editors/jasspa-microemacs: [QA] Use desktop.eclass (diff) | |
download | gentoo-87bc4023ca8d1d69751c2b3f08fe801ea4126d4f.tar.gz gentoo-87bc4023ca8d1d69751c2b3f08fe801ea4126d4f.tar.bz2 gentoo-87bc4023ca8d1d69751c2b3f08fe801ea4126d4f.zip |
app-editors/ne: [QA] Fix ${HOMEPAGE} in SRC_URI
Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/ne/ne-3.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/ne/ne-3.1.1.ebuild b/app-editors/ne/ne-3.1.1.ebuild index 9d68adc0f1a0..e65e7733fbc3 100644 --- a/app-editors/ne/ne-3.1.1.ebuild +++ b/app-editors/ne/ne-3.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ inherit flag-o-matic toolchain-funcs DESCRIPTION="the nice editor, easy to use for the beginner and powerful for the wizard" HOMEPAGE="http://ne.di.unimi.it/" -SRC_URI="${HOMEPAGE}/${P}.tar.gz" +SRC_URI="http://ne.di.unimi.it/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" |