Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyter_client/
Date: Tue, 22 Dec 2020 09:00:39
Message-Id: 1608626620.37b3dc08a335db63ae76a721ac48c7325b988e0d.mgorny@gentoo
1 commit: 37b3dc08a335db63ae76a721ac48c7325b988e0d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 22 08:21:45 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 22 08:43:40 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37b3dc08
7
8 dev-python/jupyter_client: Fix remote-id
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/jupyter_client/metadata.xml | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/jupyter_client/metadata.xml b/dev-python/jupyter_client/metadata.xml
16 index f213c00ae88..d1b45e66203 100644
17 --- a/dev-python/jupyter_client/metadata.xml
18 +++ b/dev-python/jupyter_client/metadata.xml
19 @@ -17,6 +17,6 @@
20 </longdescription>
21 <stabilize-allarches/>
22 <upstream>
23 - <remote-id type="pypi">jupyter_client</remote-id>
24 + <remote-id type="pypi">jupyter-client</remote-id>
25 </upstream>
26 </pkgmetadata>