[Libosinfo] [libosinfo PATCH] tools: Remove a reference to fedorahosted.org

Fabiano Fidêncio fidencio at redhat.com
Wed Jan 23 17:11:27 UTC 2019


Although it's just the id used for the install script, let's remove the
reference to the already sunset fedorahosted.org and just use
"https://libosinfo.org/config" as the id.

Signed-off-by: Fabiano Fidêncio <fidencio at redhat.com>
---
 tools/osinfo-install-script.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/osinfo-install-script.c b/tools/osinfo-install-script.c
index 6ef0cc0..81552a4 100644
--- a/tools/osinfo-install-script.c
+++ b/tools/osinfo-install-script.c
@@ -315,7 +315,7 @@ gint main(gint argc, gchar **argv)
     bindtextdomain(GETTEXT_PACKAGE, LOCALEDIR);
     bind_textdomain_codeset(GETTEXT_PACKAGE, "UTF-8");
 
-    config = osinfo_install_config_new("http://libosinfo.fedorahosted.org/config");
+    config = osinfo_install_config_new("https://libosinfo.org/config");
 
     context = g_option_context_new(_("- Generate an OS install script"));
     g_option_context_add_main_entries(context, entries, GETTEXT_PACKAGE);
-- 
2.19.2




More information about the Libosinfo mailing list