M README.md => README.md +3 -3
@@ 59,7 59,7 @@ be added in the future. In your `composer.json`:
"repositories": [
{
"type": "vcs",
- "url": "https://git.tuxed.net/fkooman/php-jwt"
+ "url": "https://git.sr.ht/~fkooman/php-jwt"
},
...
],
@@ 69,8 69,8 @@ be added in the future. In your `composer.json`:
...
},
-You can also download the signed source code archive
-[here](https://src.tuxed.net/php-jwt/).
+You can also download the signed source code archive from the project page
+under "release notes".
# Keys
M composer.json => composer.json +1 -1
@@ 35,7 35,7 @@
},
"support": {
"email": "fkooman@tuxed.net",
- "source": "https://git.tuxed.net/fkooman/php-jwt"
+ "source": "https://git.sr.ht/~fkooman/php-jwt"
},
"type": "library"
}