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: sci-libs/pymmlib/
Date: Sun, 15 Sep 2019 17:17:41
Message-Id: 1568567437.855301e4d1457591148e5eaa9ca2e90c50207025.mgorny@gentoo
1 commit: 855301e4d1457591148e5eaa9ca2e90c50207025
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 15 17:10:37 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 15 17:10:37 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=855301e4
7
8 sci-libs/pymmlib: Inline mirror://github
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sci-libs/pymmlib/pymmlib-1.2.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sci-libs/pymmlib/pymmlib-1.2.1.ebuild b/sci-libs/pymmlib/pymmlib-1.2.1.ebuild
16 index f533643cb1d..a372a683218 100644
17 --- a/sci-libs/pymmlib/pymmlib-1.2.1.ebuild
18 +++ b/sci-libs/pymmlib/pymmlib-1.2.1.ebuild
19 @@ -9,7 +9,7 @@ inherit distutils-r1 multilib
20
21 DESCRIPTION="Toolkit and library for the analysis and manipulation of macromolecular models"
22 HOMEPAGE="http://pymmlib.sourceforge.net/"
23 -SRC_URI="mirror://github/masci/mmLib/${P}.tar.gz"
24 +SRC_URI="https://github.com/downloads/masci/mmLib/${P}.tar.gz"
25
26 LICENSE="Artistic"
27 SLOT="0"