From 652d91d33a20b267af82b095d678681cb585a22c Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Tue, 16 Apr 2024 14:38:42 +0100 Subject: [PATCH] fix: update URLs referencing the project #945 --- README.md | 2 +- debian/control | 6 +++--- debian/copyright | 2 +- quickget | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f41709c..1763241 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ To install via Flakes: ### Other Linux hosts (installing from source) ``` shell -git clone --filter=blob:none https://github.com/wimpysworld/quickemu +git clone --filter=blob:none https://github.com/quickemu-project/quickemu cd quickemu ``` diff --git a/debian/control b/debian/control index 50e754f..3fcac83 100644 --- a/debian/control +++ b/debian/control @@ -5,9 +5,9 @@ Maintainer: Martin Wimpress Build-Depends: debhelper-compat (= 12), Standards-Version: 4.5.1 -Homepage: https://github.com/wimpysworld/quickemu -Vcs-Browser: https://github.com/wimpysworld/quickemu -Vcs-Git: https://github.com/wimpysworld/quickemu.git +Homepage: https://github.com/quickemu-project/quickemu +Vcs-Browser: https://github.com/quickemu-project/quickemu +Vcs-Git: https://github.com/quickemu-project/quickemu.git Rules-Requires-Root: no Package: quickemu diff --git a/debian/copyright b/debian/copyright index affd387..e6d9ede 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,7 +1,7 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: quickemu Upstream-Contact: Martin Wimpress -Source: https://github.com/wimpysworld/quickemu +Source: https://github.com/quickemu-project/quickemu Files: * Copyright: 2020-2021 Martin Wimpress diff --git a/quickget b/quickget index 2a5290c..a26b1e6 100755 --- a/quickget +++ b/quickget @@ -2387,7 +2387,7 @@ function get_macos() { elif [ -x /usr/bin/chunkcheck ]; then CHUNKCHECK="/usr/bin/chunkcheck" else - web_get "https://raw.githubusercontent.com/wimpysworld/quickemu/master/chunkcheck" "${HOME}/.quickemu" + web_get "https://raw.githubusercontent.com/quickemu-project/quickemu/master/chunkcheck" "${HOME}/.quickemu" CHUNKCHECK="${HOME}/.quickemu/chunkcheck" fi