From 8bd01979d57ac81580dc86b56c1a35e7038694c2 Mon Sep 17 00:00:00 2001 From: Eric Nemchik Date: Fri, 7 Jun 2024 07:47:22 -0500 Subject: [PATCH] chore: switch back to lsio nzbget Signed-off-by: Eric Nemchik --- compose/.apps/nzbget/nzbget.aarch64.yml | 2 +- compose/.apps/nzbget/nzbget.x86_64.yml | 2 +- docs/apps/nzbget.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/compose/.apps/nzbget/nzbget.aarch64.yml b/compose/.apps/nzbget/nzbget.aarch64.yml index 02a46b4def..12b0b65976 100644 --- a/compose/.apps/nzbget/nzbget.aarch64.yml +++ b/compose/.apps/nzbget/nzbget.aarch64.yml @@ -1,3 +1,3 @@ services: nzbget: - image: ghcr.io/nzbgetcom/nzbget:${NZBGET_TAG} + image: lscr.io/linuxserver/nzbget:${NZBGET_TAG} diff --git a/compose/.apps/nzbget/nzbget.x86_64.yml b/compose/.apps/nzbget/nzbget.x86_64.yml index 02a46b4def..12b0b65976 100644 --- a/compose/.apps/nzbget/nzbget.x86_64.yml +++ b/compose/.apps/nzbget/nzbget.x86_64.yml @@ -1,3 +1,3 @@ services: nzbget: - image: ghcr.io/nzbgetcom/nzbget:${NZBGET_TAG} + image: lscr.io/linuxserver/nzbget:${NZBGET_TAG} diff --git a/docs/apps/nzbget.md b/docs/apps/nzbget.md index d28a1e10b0..48e2e49b07 100644 --- a/docs/apps/nzbget.md +++ b/docs/apps/nzbget.md @@ -6,7 +6,7 @@ ## Description -[Nzbget](https://nzbget.net/) is a usenet downloader, written in C++ and +[NZBGet](https://nzbget.com/) is a usenet downloader, written in C++ and designed with performance in mind to achieve maximum download speed by using very little system resources.