fix: update URLs referencing the project #945

This commit is contained in:
Martin Wimpress 2024-04-16 14:38:42 +01:00 committed by Martin Wimpress
parent 6028a611c0
commit 652d91d33a
4 changed files with 6 additions and 6 deletions

View File

@ -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
```

6
debian/control vendored
View File

@ -5,9 +5,9 @@ Maintainer: Martin Wimpress <code@wimpress.io>
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

2
debian/copyright vendored
View File

@ -1,7 +1,7 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: quickemu
Upstream-Contact: Martin Wimpress <code@wimpress.io>
Source: https://github.com/wimpysworld/quickemu
Source: https://github.com/quickemu-project/quickemu
Files: *
Copyright: 2020-2021 Martin Wimpress <code@wimpress.io>

View File

@ -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