Use https instead of http where possible

This commit is contained in:
Ingo Blechschmidt
2018-11-26 18:24:20 +01:00
committed by Duncaen
parent f20032efa3
commit a12f22de86
7 changed files with 27 additions and 27 deletions

View File

@@ -7,7 +7,7 @@ digraph pkg_props_dictionary {
main [label="Package dictionary"];
main -> homepage [label="string"];
homepage -> homepage_value;
homepage_value [style=filled,fillcolor="yellowgreen",label="http://code.google.com/p/xbps"];
homepage_value [style=filled,fillcolor="yellowgreen",label="https://code.google.com/p/xbps"];
main -> license [label="string"];
license -> license_value;
license_value [style=filled,fillcolor="yellowgreen",label="BSD"];