Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit b14509d

Browse files
committed
git url change
1 parent 0bd1d1b commit b14509d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ LABEL org.opencontainers.image.authors="the qwebirc project, Tobias Hargesheimer
66
org.opencontainers.image.created="${BUILD_DATE}" \
77
org.opencontainers.image.revision="${VCS_REF}" \
88
org.opencontainers.image.licenses="GPLv2" \
9-
org.opencontainers.image.url="ghcr.io/tob1asdocker/qwebirc:latest" \
10-
org.opencontainers.image.source="https://github.com/Tob1as/docker-qwebirc"
9+
org.opencontainers.image.url="https://github.com/Tob1as/docker-qwebirc" \
10+
org.opencontainers.image.source="https://codeberg.org/qwebirc/qwebirc"
1111

1212
SHELL ["/bin/sh", "-euxo", "pipefail", "-c"]
1313

@@ -29,7 +29,7 @@ RUN \
2929
; \
3030
\
3131
pip install --no-cache-dir typing ; \
32-
git clone https://github.com/qwebirc/qwebirc /qwebirc ; \
32+
git clone --branch master --single-branch https://codeberg.org/qwebirc/qwebirc.git /qwebirc ; \
3333
cd /qwebirc ; \
3434
pip install --no-cache-dir -r requirements.txt ; \
3535
#pip install --no-cache-dir cryptography==3.3.2 ; \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# qwebirc
2-
qwebirc is a fast, easy to use, free and open source IRC client in Docker
2+
[qwebirc](https://codeberg.org/qwebirc/qwebirc) is a fast, easy to use, free and open source IRC client in Docker.

0 commit comments

Comments
 (0)