Change repo references to point to the updated URL

This commit is contained in:
Lawrence Hook
2021-01-09 14:30:33 -05:00
parent e487233d35
commit c738a3f79f
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# These are supported funding model platforms # These are supported funding model platforms
github: emumoo # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] github: lawrencehook # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username ko_fi: # Replace with a single Ko-fi username
+1 -1
View File
@@ -14,7 +14,7 @@ Available for install here: https://addons.mozilla.org/en-US/firefox/addon/remov
If you'd like to contribute to the development of this add-on, the following commands should get you started with a dev environment. If you'd like to contribute to the development of this add-on, the following commands should get you started with a dev environment.
``` ```
$ git clone https://github.com/emumoo/remove-youtube-suggestions.git $ git clone https://github.com/lawrencehook/remove-youtube-suggestions.git
$ cd remove-youtube-suggestions $ cd remove-youtube-suggestions
$ npm install --global web-ext $ npm install --global web-ext
$ web-ext run $ web-ext run
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "Remove Youtube Suggestions", "name": "Remove Youtube Suggestions",
"description": "Removes all suggestions from Youtube.", "description": "Removes all suggestions from Youtube.",
"homepage_url": "https://github.com/emumoo/remove-youtube-suggestions", "homepage_url": "https://github.com/lawrencehook/remove-youtube-suggestions",
"manifest_version": 2, "manifest_version": 2,
"version": "1.0.0", "version": "1.0.0",
+1 -1
View File
@@ -3,7 +3,7 @@
"manifest_version": 2, "manifest_version": 2,
"name": "Remove Youtube Suggestions", "name": "Remove Youtube Suggestions",
"version": "3.2.2", "version": "3.2.2",
"homepage_url": "https://github.com/emumoo/remove-youtube-suggestions", "homepage_url": "https://github.com/lawrencehook/remove-youtube-suggestions",
"content_scripts": [ "content_scripts": [
{ {