diff --git a/Dockerfile b/Dockerfile index 6e1c9709..8862344b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN npm run build FROM node:18-alpine3.16 LABEL org.opencontainers.image.title="Nostream" -LABEL org.opencontainers.image.source=https://github.com/Cameri/nostream +LABEL org.opencontainers.image.source=https://github.com/cameri/nostream LABEL org.opencontainers.image.description="nostream" LABEL org.opencontainers.image.authors="Ricardo Arturo Cabral Mejía" LABEL org.opencontainers.image.licenses=MIT diff --git a/Dockerfile.railwayapp b/Dockerfile.railwayapp index 56364a20..f0e6a92c 100644 --- a/Dockerfile.railwayapp +++ b/Dockerfile.railwayapp @@ -63,7 +63,7 @@ ENV REDIS_USER=$REDISUSER ENV REDIS_PASSWORD=$REDISPASSWORD LABEL org.opencontainers.image.title="Nostream" -LABEL org.opencontainers.image.source=https://github.com/Cameri/nostream +LABEL org.opencontainers.image.source=https://github.com/cameri/nostream LABEL org.opencontainers.image.description="nostream" LABEL org.opencontainers.image.authors="Ricardo Arturo Cabral Mejía" LABEL org.opencontainers.image.licenses=MIT diff --git a/README.md b/README.md index a6545392..468578c0 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,24 @@ -# [nostream](https://github.com/Cameri/nostream) +# [nostream](https://github.com/cameri/nostream)

nostream logo

- + GitHub release - + GitHub issues - + GitHub stars GitHub top language - + GitHub forks - + GitHub license @@ -27,8 +27,8 @@ Sonarcloud quality gate - - Build status + + Build status

@@ -37,7 +37,7 @@ Typescript. This implementation is production-ready. See below for supported features. -The project master repository is available on [GitHub](https://github.com/Cameri/nostream). +The project master repository is available on [GitHub](https://github.com/cameri/nostream). [![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template/Xfk5F7?referralCode=Kfv2ly) diff --git a/package.json b/package.json index bf69445f..bf8d76cf 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/Cameri/nostream.git" + "url": "git+https://github.com/cameri/nostream.git" }, "keywords": [ "nostr", @@ -66,9 +66,9 @@ "author": "Ricardo Arturo Cabral Mejía (npub1qqqqqqyz0la2jjl752yv8h7wgs3v098mh9nztd4nr6gynaef6uqqt0n47m)", "license": "MIT", "bugs": { - "url": "https://github.com/Cameri/nostream/issues" + "url": "https://github.com/cameri/nostream/issues" }, - "homepage": "https://github.com/Cameri/nostream#readme", + "homepage": "https://github.com/cameri/nostream#readme", "devDependencies": { "@commitlint/cli": "17.2.0", "@commitlint/config-conventional": "17.2.0",