Skip to content

Commit 30906ca

Browse files
committed
Change to https urls instead of git.
1 parent 4372b5e commit 30906ca

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

os2web_meetings.make

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,12 @@ core = 7.x
88
projects[os2web_qbrick][type] = "module"
99
projects[os2web_qbrick][download][type] = "git"
1010
projects[os2web_qbrick][download][branch] = "develop"
11-
projects[os2web_qbrick][download][url] = "git@github.com:OS2web/os2web_qbrick.git"
11+
projects[os2web_qbrick][download][url] = "https://github.com/OS2web/os2web_qbrick.git"
1212

1313
projects[os2web_print_send_to_friend][type] = "module"
1414
projects[os2web_print_send_to_friend][download][type] = "git"
1515
projects[os2web_print_send_to_friend][download][branch] = "develop"
16-
projects[os2web_print_send_to_friend][download][url] = "[email protected]:OS2web/os2web_print_send_to_friend.git"
17-
18-
projects[os2web_print_send_to_friend][type] = "module"
19-
projects[os2web_print_send_to_friend][download][type] = "git"
20-
projects[os2web_print_send_to_friend][download][branch] = "develop"
21-
projects[os2web_print_send_to_friend][download][url] = "[email protected]:OS2web/os2web_print_send_to_friend.git"
16+
projects[os2web_print_send_to_friend][download][url] = "https://github.com/OS2web/os2web_print_send_to_friend.git"
2217

2318
;; Contrib modules below:
2419

0 commit comments

Comments
 (0)