diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-02-02 16:51:28 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2019-02-05 23:31:07 +0100 |
commit | 7da6143e99bdbb03c9087fa12e9a1f562517fd9c (patch) | |
tree | e4ce999e679661f8bc79711dcc0592ec049df04c /sci-electronics | |
parent | dev-libs/gmp: drop USE=pgo from stable ebuild, bug #658688 (diff) | |
download | gentoo-7da6143e99bdbb03c9087fa12e9a1f562517fd9c.tar.gz gentoo-7da6143e99bdbb03c9087fa12e9a1f562517fd9c.tar.bz2 gentoo-7da6143e99bdbb03c9087fa12e9a1f562517fd9c.zip |
sci-electronics/librepcb: use HTTPS.
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/10965
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/librepcb/librepcb-0.1.0_p201805.ebuild | 4 | ||||
-rw-r--r-- | sci-electronics/librepcb/librepcb-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-electronics/librepcb/librepcb-0.1.0_p201805.ebuild b/sci-electronics/librepcb/librepcb-0.1.0_p201805.ebuild index ce42f1f85ac4..c4b45e1d718d 100644 --- a/sci-electronics/librepcb/librepcb-0.1.0_p201805.ebuild +++ b/sci-electronics/librepcb/librepcb-0.1.0_p201805.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit qmake-utils DESCRIPTION="Free EDA software to develop printed circuit boards" -HOMEPAGE="http://librepcb.org/" +HOMEPAGE="https://librepcb.org/" MY_P="LibrePCB-first_pcb" SRC_URI="https://github.com/LibrePCB/LibrePCB/archive/first_pcb.tar.gz -> ${MY_P}.tar.gz" diff --git a/sci-electronics/librepcb/librepcb-9999.ebuild b/sci-electronics/librepcb/librepcb-9999.ebuild index f33d53c8b45f..433dfcae1aa2 100644 --- a/sci-electronics/librepcb/librepcb-9999.ebuild +++ b/sci-electronics/librepcb/librepcb-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit qmake-utils git-r3 DESCRIPTION="Free EDA software to develop printed circuit boards" -HOMEPAGE="http://librepcb.org/" +HOMEPAGE="https://librepcb.org/" EGIT_REPO_URI="https://github.com/LibrePCB/LibrePCB.git" LICENSE="GPL-3+" |