1
0
mirror of https://gitlab.com/mickie1/share-freedom-extension synced 2025-06-27 09:03:15 +02:00

Fix repo path

This commit is contained in:
mickie
2021-04-05 00:40:03 -05:00
parent 7057452192
commit 7ad0db7031

View File

@@ -8,7 +8,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://gitlab.com/mickie1/share-freedom-extension.git" "url": "git+https://gitlab.com/mugcake/share-freedom-extension.git"
}, },
"keywords": [ "keywords": [
"share", "share",
@@ -17,7 +17,7 @@
"author": "Mickie", "author": "Mickie",
"license": "GPL-3.0", "license": "GPL-3.0",
"bugs": { "bugs": {
"url": "https://gitlab.com/mickie1/share-freedom-extension/issues" "url": "https://gitlab.com/mugcake/share-freedom-extension/issues"
}, },
"homepage": "https://gitlab.com/mickie1/share-freedom-extension#readme" "homepage": "https://gitlab.com/mugcake/share-freedom-extension#readme"
} }