Skip to content

Commit

Permalink
chore: update repository url
Browse files Browse the repository at this point in the history
  • Loading branch information
cameri committed Oct 22, 2024
1 parent 6497229 commit 10ee85e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.railwayapp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
# [nostream](https://github.com/Cameri/nostream)
# [nostream](https://github.com/cameri/nostream)

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

<p align="center">
<a href="https://github.com/Cameri/nostream/releases">
<a href="https://github.com/cameri/nostream/releases">
<img alt="GitHub release" src="https://img.shields.io/github/v/release/Cameri/nostream">
</a>
<a href="https://github.com/Cameri/nostream/issues">
<a href="https://github.com/cameri/nostream/issues">
<img alt="GitHub issues" src="https://img.shields.io/github/issues/Cameri/nostream?style=plastic" />
</a>
<a href="https://github.com/Cameri/nostream/stargazers">
<a href="https://github.com/cameri/nostream/stargazers">
<img alt="GitHub stars" src="https://img.shields.io/github/stars/Cameri/nostream" />
</a>
<img alt="GitHub top language" src="https://img.shields.io/github/languages/top/Cameri/nostream">
<a href="https://github.com/Cameri/nostream/network">
<a href="https://github.com/cameri/nostream/network">
<img alt="GitHub forks" src="https://img.shields.io/github/forks/Cameri/nostream" />
</a>
<a href="https://github.com/Cameri/nostream/blob/main/LICENSE">
<a href="https://github.com/cameri/nostream/blob/main/LICENSE">
<img alt="GitHub license" src="https://img.shields.io/github/license/Cameri/nostream" />
</a>
<a href='https://coveralls.io/github/Cameri/nostream?branch=main'>
Expand All @@ -27,8 +27,8 @@
<a href='https://sonarcloud.io/project/overview?id=Cameri_nostr-ts-relay'>
<img alt='Sonarcloud quality gate' src='https://sonarcloud.io/api/project_badges/measure?project=Cameri_nostr&metric=alert_status' />
</a>
<a href='https://github.com/Cameri/nostream/actions'>
<img alt='Build status' src='https://github.com/Cameri/nostream/actions/workflows/checks.yml/badge.svg?branch=main&event=push' />
<a href='https://github.com/cameri/nostream/actions'>
<img alt='Build status' src='https://github.com/cameri/nostream/actions/workflows/checks.yml/badge.svg?branch=main&event=push' />
</a>
</p>

Expand All @@ -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)

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 10ee85e

Please sign in to comment.