diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-05 08:41:56 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-07 23:53:11 +0200 |
commit | f4ff13d1bbb6eb208d68bfbeb31a8d61559558a8 (patch) | |
tree | 567c5e6cbc5d6621fad99dfc9e52806ad2d934a8 /app-text | |
parent | app-misc/gentoo: EAPI8 bump (diff) | |
download | gentoo-f4ff13d1bbb6eb208d68bfbeb31a8d61559558a8.tar.gz gentoo-f4ff13d1bbb6eb208d68bfbeb31a8d61559558a8.tar.bz2 gentoo-f4ff13d1bbb6eb208d68bfbeb31a8d61559558a8.zip |
app-text/bibclean: use HTTPS, fix LICENSE
Also removed the dead link regarding the license. It's stated in the
changelog that the license was changed to GPL-2+ with 2.16.
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/bibclean/bibclean-3.06.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/app-text/bibclean/bibclean-3.06.ebuild b/app-text/bibclean/bibclean-3.06.ebuild index 988b9c57cf29..25ac2ac350fc 100644 --- a/app-text/bibclean/bibclean-3.06.ebuild +++ b/app-text/bibclean/bibclean-3.06.ebuild @@ -1,14 +1,13 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DESCRIPTION="BibTeX bibliography prettyprinter and syntax checker" -HOMEPAGE="http://www.math.utah.edu/pub/bibclean/" -SRC_URI="ftp://ftp.math.utah.edu/pub/bibclean/${P}.tar.xz" +HOMEPAGE="https://ftp.math.utah.edu/pub/bibclean/" +SRC_URI="https://ftp.math.utah.edu/pub/bibclean/${P}.tar.xz" -# http://packages.debian.org/changelogs/pool/main/b/bibclean/bibclean_2.11.4-5/bibclean.copyright -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" |