fix: update URLs referencing the project #945
This commit is contained in:
parent
6028a611c0
commit
652d91d33a
|
@ -161,7 +161,7 @@ To install via Flakes:
|
||||||
### Other Linux hosts (installing from source)
|
### Other Linux hosts (installing from source)
|
||||||
|
|
||||||
``` shell
|
``` shell
|
||||||
git clone --filter=blob:none https://github.com/wimpysworld/quickemu
|
git clone --filter=blob:none https://github.com/quickemu-project/quickemu
|
||||||
cd quickemu
|
cd quickemu
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -5,9 +5,9 @@ Maintainer: Martin Wimpress <code@wimpress.io>
|
||||||
Build-Depends:
|
Build-Depends:
|
||||||
debhelper-compat (= 12),
|
debhelper-compat (= 12),
|
||||||
Standards-Version: 4.5.1
|
Standards-Version: 4.5.1
|
||||||
Homepage: https://github.com/wimpysworld/quickemu
|
Homepage: https://github.com/quickemu-project/quickemu
|
||||||
Vcs-Browser: https://github.com/wimpysworld/quickemu
|
Vcs-Browser: https://github.com/quickemu-project/quickemu
|
||||||
Vcs-Git: https://github.com/wimpysworld/quickemu.git
|
Vcs-Git: https://github.com/quickemu-project/quickemu.git
|
||||||
Rules-Requires-Root: no
|
Rules-Requires-Root: no
|
||||||
|
|
||||||
Package: quickemu
|
Package: quickemu
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
Upstream-Name: quickemu
|
Upstream-Name: quickemu
|
||||||
Upstream-Contact: Martin Wimpress <code@wimpress.io>
|
Upstream-Contact: Martin Wimpress <code@wimpress.io>
|
||||||
Source: https://github.com/wimpysworld/quickemu
|
Source: https://github.com/quickemu-project/quickemu
|
||||||
|
|
||||||
Files: *
|
Files: *
|
||||||
Copyright: 2020-2021 Martin Wimpress <code@wimpress.io>
|
Copyright: 2020-2021 Martin Wimpress <code@wimpress.io>
|
||||||
|
|
2
quickget
2
quickget
|
@ -2387,7 +2387,7 @@ function get_macos() {
|
||||||
elif [ -x /usr/bin/chunkcheck ]; then
|
elif [ -x /usr/bin/chunkcheck ]; then
|
||||||
CHUNKCHECK="/usr/bin/chunkcheck"
|
CHUNKCHECK="/usr/bin/chunkcheck"
|
||||||
else
|
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"
|
CHUNKCHECK="${HOME}/.quickemu/chunkcheck"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue