diff options
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/fmt/fmt-0.8.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ml/fmt/fmt-0.8.4.ebuild b/dev-ml/fmt/fmt-0.8.4.ebuild index e8a084aad4f5..e08ee4dfd3c4 100644 --- a/dev-ml/fmt/fmt-0.8.4.ebuild +++ b/dev-ml/fmt/fmt-0.8.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -6,8 +6,8 @@ EAPI="5" inherit findlib opam DESCRIPTION="Combinators to devise OCaml Format pretty-printing functions" -HOMEPAGE="http://erratique.ch/software/fmt https://github.com/dbuenzli/fmt" -SRC_URI="http://erratique.ch/software/fmt/releases/${P}.tbz" +HOMEPAGE="https://erratique.ch/software/fmt https://github.com/dbuenzli/fmt" +SRC_URI="https://erratique.ch/software/fmt/releases/${P}.tbz" LICENSE="ISC" SLOT="0/${PV}" |