~fkooman/php-jwt

1a404235771d6309180833e1f94015b7404d3a1a — François Kooman 2 years ago b9ef3a6
update links to sr.ht
2 files changed, 4 insertions(+), 4 deletions(-)

M README.md
M composer.json
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"
}