diff --git a/README.md b/README.md index e083547..113dcca 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@


- Traktflix + Traktflix
traktflix @@ -13,9 +13,9 @@

A Trakt.tv scrobbler for Netflix.

- github release - travis - Coverage Status + github release + travis + Coverage Status

@@ -46,7 +46,7 @@ This extension only works with Netflix HTML player and new layout. If you are in See this link for more info: https://help.netflix.com/en/node/23742 ### Problems -If you find any problems or have suggestions or questions, feel free to [open an issue](https://github.com/gsrafael01/traktflix/issues/new) +If you find any problems or have suggestions or questions, feel free to [open an issue](https://github.com/tegon/traktflix/issues/new) ### Development Create an application in [Trakt API](http://trakt.tv/oauth/applications/new). @@ -109,7 +109,6 @@ The commands above have only been tested on Linux. This product uses the TMDb API but is not endorsed or certified by TMDb.
This product uses the Trakt.tv API. -[tegon](https://github.com/user/tegon) is the original developer of this extension. -Since it was not having many updates in the past year and was also removed from the Chrome store, I took it upon myself to work on it and finally port it to Firefox. +[gsrafael01](https://github.com/user/gsrafael01) Ported this extension to Firefox and also added a lot of improvements. He is the most active maintainer now. [LICENSE](LICENSE) diff --git a/package.json b/package.json index 1de24c8..9fbad2a 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "private": true, "repository": { "type": "git", - "url": "git://github.com/gsrafael01 /traktflix.git" + "url": "git://github.com/tegon/traktflix.git" }, "scripts": { "build": "NODE_ENV=production ./node_modules/.bin/webpack --env.production",