diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index e0da27c0b..96e2202c5 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,3 +1,2 @@ github: AliasIO -custom: ["https://www.paypal.me/elbertalias"] diff --git a/src/drivers/npm/package.json b/src/drivers/npm/package.json index 48eca4ed8..7fb216862 100644 --- a/src/drivers/npm/package.json +++ b/src/drivers/npm/package.json @@ -23,9 +23,6 @@ "funding": [ { "url": "https://github.com/sponsors/aliasio" - }, - { - "url": "https://paypal.me/elbertalias" } ], "main": "driver.js", @@ -43,4 +40,4 @@ "dependencies": { "puppeteer": "^5.3.0" } -} \ No newline at end of file +} diff --git a/src/package.json b/src/package.json index a6c2c14bc..0a2b8cd89 100644 --- a/src/package.json +++ b/src/package.json @@ -23,13 +23,10 @@ "funding": [ { "url": "https://github.com/sponsors/aliasio" - }, - { - "url": "https://paypal.me/elbertalias" } ], "main": "wappalyzer.js", "files": [ "wappalyzer.js" ] -} \ No newline at end of file +}