diff options
author | Brian Evans <grknight@gentoo.org> | 2018-07-18 15:42:35 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2018-07-18 15:42:35 -0400 |
commit | 5b0b085ebcd74f029590a60fcc7d0bed82ce2754 (patch) | |
tree | 81d83949705bd7e43e562d0fb3c0ef77890d4221 | |
parent | Modernize the archive listing with SPL, headings and columns (diff) | |
download | planet-5b0b085ebcd74f029590a60fcc7d0bed82ce2754.tar.gz planet-5b0b085ebcd74f029590a60fcc7d0bed82ce2754.tar.bz2 planet-5b0b085ebcd74f029590a60fcc7d0bed82ce2754.zip |
Use https in the venus configs for planet
-rw-r--r-- | configs/base/venus.planet | 4 | ||||
-rw-r--r-- | configs/base/venus.universe | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/configs/base/venus.planet b/configs/base/venus.planet index 48131ad6..be6e31bd 100644 --- a/configs/base/venus.planet +++ b/configs/base/venus.planet @@ -2,13 +2,13 @@ # metadata name = Planet Gentoo -link = http://planet.gentoo.org/ +link = https://planet.gentoo.org/ #owner_name = Gentoo Foundation owner_email = planet@gentoo.org #description = Welcome to <b>Planet Gentoo</b>, an aggregation of Gentoo-related weblog articles written by Gentoo developers. For a broader range of topics, you might be interested in <a href="http://planet.gentoo.org/universe/">Gentoo Universe</a>. # For some reason the html template doesn't print the description var, changing the name to owner_name for now (NEEDS FIX) -owner_name = Welcome to <b>Planet Gentoo</b>, an aggregation of Gentoo-related weblog articles written by Gentoo developers. For a broader range of topics, you might be interested in <a href="http://planet.gentoo.org/universe/">Gentoo Universe</a>. +owner_name = Welcome to <b>Planet Gentoo</b>, an aggregation of Gentoo-related weblog articles written by Gentoo developers. For a broader range of topics, you might be interested in <a href="https://planet.gentoo.org/universe/">Gentoo Universe</a>. # planet cache_directory = /var/www/planet.gentoo.org/cache/planet diff --git a/configs/base/venus.universe b/configs/base/venus.universe index f45d705d..30d85332 100644 --- a/configs/base/venus.universe +++ b/configs/base/venus.universe @@ -2,13 +2,13 @@ # metadata name = Gentoo Universe -link = http://planet.gentoo.org/universe/ +link = https://planet.gentoo.org/universe/ #owner_name = Gentoo Foundation owner_email = planet@gentoo.org -#description = Welcome to <b>Gentoo Universe</b>, an aggregation of weblog articles on all topics written by Gentoo developers. For a more refined aggregation of Gentoo-related topics only, you might be interested in <a href="http://planet.gentoo.org/">Planet Gentoo</a>. +#description = Welcome to <b>Gentoo Universe</b>, an aggregation of weblog articles on all topics written by Gentoo developers. For a more refined aggregation of Gentoo-related topics only, you might be interested in <a href="https://planet.gentoo.org/">Planet Gentoo</a>. # For some reason the html template doesn't print the description var, changing the name to owner_name for now (NEEDS FIX) -owner_name = Welcome to <b>Gentoo Universe</b>, an aggregation of weblog articles on all topics written by Gentoo developers. For a more refined aggregation of Gentoo-related topics only, you might be interested in <a href="http://planet.gentoo.org/">Planet Gentoo</a>. +owner_name = Welcome to <b>Gentoo Universe</b>, an aggregation of weblog articles on all topics written by Gentoo developers. For a more refined aggregation of Gentoo-related topics only, you might be interested in <a href="https://planet.gentoo.org/">Planet Gentoo</a>. # planet |