summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-29 17:44:15 +1000
committerMichał Górny <mgorny@gentoo.org>2017-07-30 10:47:28 +0200
commit477282eb0a6a425876d943b606db328c67e204f8 (patch)
treebb0e1cc17f3fa0442276212e5f29302d89cb2027 /dev-embedded
parentdev-db/phppgadmin: use HTTPS for GitHub (diff)
downloadgentoo-477282eb0a6a425876d943b606db328c67e204f8.tar.gz
gentoo-477282eb0a6a425876d943b606db328c67e204f8.tar.bz2
gentoo-477282eb0a6a425876d943b606db328c67e204f8.zip
dev-embedded/stlink: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-embedded')
-rw-r--r--dev-embedded/stlink/stlink-1.4.0.ebuild2
-rw-r--r--dev-embedded/stlink/stlink-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-embedded/stlink/stlink-1.4.0.ebuild b/dev-embedded/stlink/stlink-1.4.0.ebuild
index 6711837c176a..c7300459c355 100644
--- a/dev-embedded/stlink/stlink-1.4.0.ebuild
+++ b/dev-embedded/stlink/stlink-1.4.0.ebuild
@@ -8,7 +8,7 @@ inherit cmake-utils udev
DESCRIPTION="stm32 discovery line linux programmer"
HOMEPAGE="https://github.com/texane/stlink"
if [[ ${PV} == "9999" ]]; then
- EGIT_REPO_URI="git://github.com/texane/stlink.git"
+ EGIT_REPO_URI="https://github.com/texane/stlink.git"
inherit git-r3
else
SRC_URI="https://github.com/texane/stlink/archive/${PV}/${P}.tar.gz"
diff --git a/dev-embedded/stlink/stlink-9999.ebuild b/dev-embedded/stlink/stlink-9999.ebuild
index 6711837c176a..c7300459c355 100644
--- a/dev-embedded/stlink/stlink-9999.ebuild
+++ b/dev-embedded/stlink/stlink-9999.ebuild
@@ -8,7 +8,7 @@ inherit cmake-utils udev
DESCRIPTION="stm32 discovery line linux programmer"
HOMEPAGE="https://github.com/texane/stlink"
if [[ ${PV} == "9999" ]]; then
- EGIT_REPO_URI="git://github.com/texane/stlink.git"
+ EGIT_REPO_URI="https://github.com/texane/stlink.git"
inherit git-r3
else
SRC_URI="https://github.com/texane/stlink/archive/${PV}/${P}.tar.gz"