diff options
Diffstat (limited to 'app-text/bibclean')
-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" |