Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2022-06-18 14:16:33 +0300
committerAleksander Machniak <alec@alec.pl>2022-06-18 14:16:33 +0300
commitb381d992306eeefed14994d020026959937870a3 (patch)
tree019ff23d10650403f7836cf89f9238dfb9a78e78 /Makefile
parent9fdf4de4f1627632f5ecf52dcb24f90a96c16630 (diff)
Makefile: Use https:// instead of git://
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a83e7b6cf..64e41ef81 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
# This file is used by developers to build release packages
#
-GITREMOTE=git://github.com/roundcube/roundcubemail.git
+GITREMOTE=https://github.com/roundcube/roundcubemail.git
GITBRANCH=master
GPGKEY=devs@roundcube.net
VERSION=1.6-git