diff options
author | Florian Pritz <bluewind@xinu.at> | 2015-03-21 16:30:44 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2015-03-21 16:30:44 +0100 |
commit | 540d277008ec6a33c66b2b7d558749d18963bc1b (patch) | |
tree | 9bfbe33c0cac901ca606c4a8ab16dad05b8a08b1 | |
parent | ab746eb915a97c59da41e8e1680edbbd15a34a09 (diff) |
Change gentoo overlay link to https
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r-- | application/views/file/client.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/views/file/client.php b/application/views/file/client.php index f5f134f35..31120279d 100644 --- a/application/views/file/client.php +++ b/application/views/file/client.php @@ -31,7 +31,7 @@ machine <?php echo $domain; ?> login my_username password my_secret_password <p> Arch Linux: pacman -S fb-client<br /> Debian: <?php echo anchor($client_link_deb); ?><br /> - Gentoo: Add <a href="http://git.holgersson.xyz/holgersson-overlay/tree/README">this overlay</a> and run <code>emerge -a fb-client</code><br /> + Gentoo: Add <a href="https://git.holgersson.xyz/holgersson-overlay/tree/README">this overlay</a> and run <code>emerge -a fb-client</code><br /> Slackware: <?php echo anchor($client_link_slackware); ?><br /> OpenSUSE: <?php echo anchor("https://build.opensuse.org/package/show/home:mwilhelmy/fb-client"); ?> </p> |