From 3a14a543e9cc9938d3d25bdc8bdcaf2900a2513a Mon Sep 17 00:00:00 2001 From: MDLeom <2809763-curben@users.noreply.gitlab.com> Date: Wed, 30 Dec 2020 23:35:20 +0000 Subject: [PATCH] docs: specify homepage - https://help.eyeo.com/en/adblockplus/how-to-write-filters#special-comments --- script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.sh b/script.sh index 056145dd..eebc478b 100644 --- a/script.sh +++ b/script.sh @@ -111,7 +111,7 @@ CURRENT_TIME="$(date -R -u)" FIRST_LINE="! Title: Malicious URL Blocklist" SECOND_LINE="! Updated: $CURRENT_TIME" THIRD_LINE="! Expires: 1 day (update frequency)" -FOURTH_LINE="! Repo: https://gitlab.com/curben/urlhaus-filter" +FOURTH_LINE="! Homepage: https://gitlab.com/curben/urlhaus-filter" FIFTH_LINE="! License: https://creativecommons.org/publicdomain/zero/1.0/" SIXTH_LINE="! Source: https://urlhaus.abuse.ch/api/" COMMENT_ABP="$FIRST_LINE\n$SECOND_LINE\n$THIRD_LINE\n$FOURTH_LINE\n$FIFTH_LINE\n$SIXTH_LINE"