mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: luanti-mobs-monster: Fix URL.
* gnu/packages/luanti.scm (luanti-mobs-monster)[origin]: Use “https://codeberg.org/tenplus1/mobs_monster” as URL. [home-page]: Likewise.
This commit is contained in:
parent
8710f4e164
commit
5a608171bc
1 changed files with 2 additions and 2 deletions
|
@ -522,14 +522,14 @@ bunnies, chickens, cows, kittens, rats, sheep, warthogs, penguins and pandas.")
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://notabug.org/TenPlus1/mobs_monster")
|
(url "https://codeberg.org/tenplus1/mobs_monster")
|
||||||
(commit "1b197f9ae136179a764ef45824464b667ade52e6")))
|
(commit "1b197f9ae136179a764ef45824464b667ade52e6")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "15g8acrzvsiccxchfmgjhyf2lmkbrpdjqv3v7hmqz7xqypi8wm3h"))
|
(base32 "15g8acrzvsiccxchfmgjhyf2lmkbrpdjqv3v7hmqz7xqypi8wm3h"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system luanti-mod-build-system)
|
(build-system luanti-mod-build-system)
|
||||||
(propagated-inputs (list luanti-mobs))
|
(propagated-inputs (list luanti-mobs))
|
||||||
(home-page "https://notabug.org/TenPlus1/mobs_monster")
|
(home-page "https://codeberg.org/tenplus1/mobs_monster")
|
||||||
(synopsis "Add monsters with Mobs Redo on luanti")
|
(synopsis "Add monsters with Mobs Redo on luanti")
|
||||||
(description
|
(description
|
||||||
"This Luanti mod adds many types of monsters to Luanti, that live on the
|
"This Luanti mod adds many types of monsters to Luanti, that live on the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue