Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-ml/ptime/
Date: Wed, 25 May 2022 20:21:39
Message-Id: 1653509116.89e6e002d8e5119f7e15ab447e690f58b018517b.Alessandro-Barbieri@gentoo
1 commit: 89e6e002d8e5119f7e15ab447e690f58b018517b
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Wed May 25 20:05:16 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Wed May 25 20:05:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=89e6e002
7
8 dev-ml/ptime: update SRC_URI
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-ml/ptime/ptime-1.0.0.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-ml/ptime/ptime-1.0.0.ebuild b/dev-ml/ptime/ptime-1.0.0.ebuild
16 index 3147bcdf9..49d8a2f7f 100644
17 --- a/dev-ml/ptime/ptime-1.0.0.ebuild
18 +++ b/dev-ml/ptime/ptime-1.0.0.ebuild
19 @@ -7,10 +7,11 @@ inherit opam findlib
20
21 DESCRIPTION="POSIX time for OCaml"
22 HOMEPAGE="
23 - http://erratique.ch/software/ptime
24 + https://erratique.ch/software/ptime
25 https://github.com/dbuenzli/ptime
26 + https://opam.ocaml.org/packages/ptime/
27 "
28 -SRC_URI="http://erratique.ch/software/ptime/releases/${P}.tbz"
29 +SRC_URI="https://erratique.ch/software/ptime/releases/${P}.tbz"
30
31 LICENSE="ISC"
32 SLOT="0/${PV}"