Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nbformat/
Date: Sun, 10 Mar 2019 22:38:48
Message-Id: 1552257332.6f7bb59f0f622abc4f04d8dff1c69de2ccd714e8.monsieurp@gentoo
1 commit: 6f7bb59f0f622abc4f04d8dff1c69de2ccd714e8
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Mar 8 17:57:47 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 10 22:35:32 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f7bb59f
7
8 dev-python/nbformat: use HTTPS.
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12
13 dev-python/nbformat/nbformat-4.4.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/nbformat/nbformat-4.4.0.ebuild b/dev-python/nbformat/nbformat-4.4.0.ebuild
17 index 23e45e23334..c26f2070dea 100644
18 --- a/dev-python/nbformat/nbformat-4.4.0.ebuild
19 +++ b/dev-python/nbformat/nbformat-4.4.0.ebuild
20 @@ -9,7 +9,7 @@ PYTHON_REQ_USE='sqlite'
21 inherit distutils-r1
22
23 DESCRIPTION="Reference implementation of the Jupyter Notebook format"
24 -HOMEPAGE="http://jupyter.org"
25 +HOMEPAGE="https://jupyter.org"
26 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
27
28 LICENSE="BSD"