Add link to Releases on Github in our generated hosts. Closes #524

This commit is contained in:
StevenBlack
2018-03-19 23:47:25 -04:00
parent 5b99de074a
commit 494c14f6e6

View File

@@ -952,10 +952,10 @@ def write_opening_header(final_file, **header_params):
"StevenBlack/hosts/master/" +
path_join_robust(header_params["outputsubfolder"],
"") + "hosts\n")
write_data(final_file, "# Project home page: https://github.com/"
"StevenBlack/hosts\n#\n")
write_data(final_file, "# ==============================="
"================================\n")
write_data(final_file, "# Project home page: https://github.com/StevenBlack/hosts\n")
write_data(final_file, "# Project releases: https://github.com/StevenBlack/hosts/releases\n#\n")
write_data(final_file, "\n")
if not header_params["skipstatichosts"]: