Skip to content

Commit 10ee85e

Browse files
committed
chore: update repository url
1 parent 6497229 commit 10ee85e

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN npm run build
1313
FROM node:18-alpine3.16
1414

1515
LABEL org.opencontainers.image.title="Nostream"
16-
LABEL org.opencontainers.image.source=https://github.com/Cameri/nostream
16+
LABEL org.opencontainers.image.source=https://github.com/cameri/nostream
1717
LABEL org.opencontainers.image.description="nostream"
1818
LABEL org.opencontainers.image.authors="Ricardo Arturo Cabral Mejía"
1919
LABEL org.opencontainers.image.licenses=MIT

Dockerfile.railwayapp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ ENV REDIS_USER=$REDISUSER
6363
ENV REDIS_PASSWORD=$REDISPASSWORD
6464

6565
LABEL org.opencontainers.image.title="Nostream"
66-
LABEL org.opencontainers.image.source=https://github.com/Cameri/nostream
66+
LABEL org.opencontainers.image.source=https://github.com/cameri/nostream
6767
LABEL org.opencontainers.image.description="nostream"
6868
LABEL org.opencontainers.image.authors="Ricardo Arturo Cabral Mejía"
6969
LABEL org.opencontainers.image.licenses=MIT

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
# [nostream](https://github.com/Cameri/nostream)
1+
# [nostream](https://github.com/cameri/nostream)
22

33
<p align="center">
44
<img alt="nostream logo" height="256px" width="256px" src="https://user-images.githubusercontent.com/378886/198158439-86e0345a-adc8-4efe-b0ab-04ff3f74c1b2.jpg" />
55
</p>
66

77
<p align="center">
8-
<a href="https://github.com/Cameri/nostream/releases">
8+
<a href="https://github.com/cameri/nostream/releases">
99
<img alt="GitHub release" src="https://img.shields.io/github/v/release/Cameri/nostream">
1010
</a>
11-
<a href="https://github.com/Cameri/nostream/issues">
11+
<a href="https://github.com/cameri/nostream/issues">
1212
<img alt="GitHub issues" src="https://img.shields.io/github/issues/Cameri/nostream?style=plastic" />
1313
</a>
14-
<a href="https://github.com/Cameri/nostream/stargazers">
14+
<a href="https://github.com/cameri/nostream/stargazers">
1515
<img alt="GitHub stars" src="https://img.shields.io/github/stars/Cameri/nostream" />
1616
</a>
1717
<img alt="GitHub top language" src="https://img.shields.io/github/languages/top/Cameri/nostream">
18-
<a href="https://github.com/Cameri/nostream/network">
18+
<a href="https://github.com/cameri/nostream/network">
1919
<img alt="GitHub forks" src="https://img.shields.io/github/forks/Cameri/nostream" />
2020
</a>
21-
<a href="https://github.com/Cameri/nostream/blob/main/LICENSE">
21+
<a href="https://github.com/cameri/nostream/blob/main/LICENSE">
2222
<img alt="GitHub license" src="https://img.shields.io/github/license/Cameri/nostream" />
2323
</a>
2424
<a href='https://coveralls.io/github/Cameri/nostream?branch=main'>
@@ -27,8 +27,8 @@
2727
<a href='https://sonarcloud.io/project/overview?id=Cameri_nostr-ts-relay'>
2828
<img alt='Sonarcloud quality gate' src='https://sonarcloud.io/api/project_badges/measure?project=Cameri_nostr&metric=alert_status' />
2929
</a>
30-
<a href='https://github.com/Cameri/nostream/actions'>
31-
<img alt='Build status' src='https://github.com/Cameri/nostream/actions/workflows/checks.yml/badge.svg?branch=main&event=push' />
30+
<a href='https://github.com/cameri/nostream/actions'>
31+
<img alt='Build status' src='https://github.com/cameri/nostream/actions/workflows/checks.yml/badge.svg?branch=main&event=push' />
3232
</a>
3333
</p>
3434

@@ -37,7 +37,7 @@ Typescript.
3737

3838
This implementation is production-ready. See below for supported features.
3939

40-
The project master repository is available on [GitHub](https://github.com/Cameri/nostream).
40+
The project master repository is available on [GitHub](https://github.com/cameri/nostream).
4141

4242
[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template/Xfk5F7?referralCode=Kfv2ly)
4343

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
},
5757
"repository": {
5858
"type": "git",
59-
"url": "git+https://github.com/Cameri/nostream.git"
59+
"url": "git+https://github.com/cameri/nostream.git"
6060
},
6161
"keywords": [
6262
"nostr",
@@ -66,9 +66,9 @@
6666
"author": "Ricardo Arturo Cabral Mejía (npub1qqqqqqyz0la2jjl752yv8h7wgs3v098mh9nztd4nr6gynaef6uqqt0n47m)",
6767
"license": "MIT",
6868
"bugs": {
69-
"url": "https://github.com/Cameri/nostream/issues"
69+
"url": "https://github.com/cameri/nostream/issues"
7070
},
71-
"homepage": "https://github.com/Cameri/nostream#readme",
71+
"homepage": "https://github.com/cameri/nostream#readme",
7272
"devDependencies": {
7373
"@commitlint/cli": "17.2.0",
7474
"@commitlint/config-conventional": "17.2.0",

0 commit comments

Comments
 (0)