mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
Use HTTPS in fetchurl test
HTTPS is standard today and HTTP the exception.
This commit is contained in:
parent
7d2eb71094
commit
32753c3f69
@ -85,7 +85,7 @@ install_config {
|
||||
<dir name="socket"> <} [socket_fs_plugin] { dhcp="yes"/> </dir>
|
||||
</vfs>
|
||||
<libc stdout="/dev/log" stderr="/dev/log" rtc="/dev/rtc" socket="/socket"/>
|
||||
<fetch url="http://genode.org/about/LICENSE" path="/dev/log" retry="3"/>
|
||||
<fetch url="https://genode.org/about/LICENSE" path="/dev/log" retry="3"/>
|
||||
</config>
|
||||
</start>
|
||||
</config>
|
||||
|
Loading…
Reference in New Issue
Block a user