summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--open-source-lorries/binutils-gdb.lorry2
-rw-r--r--open-source-lorries/binutils-redhat.lorry2
-rw-r--r--open-source-lorries/elfutils.lorry2
-rw-r--r--open-source-lorries/gdb.lorry2
-rw-r--r--open-source-lorries/glibc.lorry2
5 files changed, 5 insertions, 5 deletions
diff --git a/open-source-lorries/binutils-gdb.lorry b/open-source-lorries/binutils-gdb.lorry
index 9dfc7f8..5c52e5a 100644
--- a/open-source-lorries/binutils-gdb.lorry
+++ b/open-source-lorries/binutils-gdb.lorry
@@ -1,6 +1,6 @@
{
"binutils-gdb": {
"type": "git",
- "url": "git://sourceware.org/git/binutils-gdb.git"
+ "url": "https://sourceware.org/git/binutils-gdb.git"
}
}
diff --git a/open-source-lorries/binutils-redhat.lorry b/open-source-lorries/binutils-redhat.lorry
index 7da15a7..0d2a441 100644
--- a/open-source-lorries/binutils-redhat.lorry
+++ b/open-source-lorries/binutils-redhat.lorry
@@ -1,7 +1,7 @@
{
"binutils-redhat": {
"type": "git",
- "url": "git://sourceware.org/git/binutils.git",
+ "url": "https://sourceware.org/git/binutils.git",
"refspecs": [
"master",
"binutils-2_10-branch",
diff --git a/open-source-lorries/elfutils.lorry b/open-source-lorries/elfutils.lorry
index 94a9ac6..958a56f 100644
--- a/open-source-lorries/elfutils.lorry
+++ b/open-source-lorries/elfutils.lorry
@@ -1,6 +1,6 @@
{
"elfutils": {
"type": "git",
- "url": "http://sourceware.org/git/elfutils.git"
+ "url": "https://sourceware.org/git/elfutils.git"
}
}
diff --git a/open-source-lorries/gdb.lorry b/open-source-lorries/gdb.lorry
index 647f1c4..94eb422 100644
--- a/open-source-lorries/gdb.lorry
+++ b/open-source-lorries/gdb.lorry
@@ -1,6 +1,6 @@
{
"gdb": {
"type": "git",
- "url": "git://sourceware.org/git/gdb.git"
+ "url": "https://sourceware.org/git/gdb.git"
}
}
diff --git a/open-source-lorries/glibc.lorry b/open-source-lorries/glibc.lorry
index 827e997..a37f9d8 100644
--- a/open-source-lorries/glibc.lorry
+++ b/open-source-lorries/glibc.lorry
@@ -1,6 +1,6 @@
{
"glibc": {
"type": "git",
- "url": "git://sourceware.org/git/glibc.git"
+ "url": "https://sourceware.org/git/glibc.git"
}
}