From 09f89a990e38b92a41c43eedd2f4c592a68991be Mon Sep 17 00:00:00 2001 From: x Date: Tue, 18 Feb 2020 15:08:33 +0100 Subject: [PATCH] No G -> No Google --- README.md | 2 -- privacy/blocklists/no-g.json | 8 ++++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2a00b9ae..9bc95bc6 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,6 @@ Same as above. ## Suggest the addition of a new service Create an issue (or even better, a PR) on this repository. -*Note: this is an ideal PR for a service suggestion: https://github.com/nextdns/lists/pull/32* - ## Add (or remove) a domain blocked by a service Create an issue (or PR) on this repository. If a domain needs to be added, please detail the steps you made to get this domain queried. diff --git a/privacy/blocklists/no-g.json b/privacy/blocklists/no-g.json index 71e95e3b..7dddb3d4 100644 --- a/privacy/blocklists/no-g.json +++ b/privacy/blocklists/no-g.json @@ -1,6 +1,6 @@ { - "name": "No G", - "website": "https://github.com/nickspaargaren/pihole-google", - "description": "Completely block all Google-related services. And I've said completely.", - "source": "https://raw.githubusercontent.com/nickspaargaren/pihole-google/master/wildcards-domains" + "name": "No Google", + "website": "https://github.com/nickspaargaren/no-google", + "description": "Completely block Google and its services.", + "source": "https://raw.githubusercontent.com/nickspaargaren/no-google/master/wildcards-domains" }