1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 08:13:14 +02:00

core: remove "www" in weechat.org URLs

This commit is contained in:
Sébastien Helleu
2014-07-01 21:27:29 +02:00
parent 4579d4fb93
commit 494d046594
28 changed files with 47 additions and 47 deletions
+1 -1
View File
@@ -703,7 +703,7 @@ script_config_init ()
script_config_file, ptr_section,
"url", "string",
N_("URL for file with list of scripts"),
NULL, 0, 0, "http://www.weechat.org/files/plugins.xml.gz", NULL, 0, NULL, NULL,
NULL, 0, 0, "http://weechat.org/files/plugins.xml.gz", NULL, 0, NULL, NULL,
NULL, NULL, NULL, NULL);
return 1;