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
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://notabug.org/TenPlus1/mobs_monster")
|
||||
(url "https://codeberg.org/tenplus1/mobs_monster")
|
||||
(commit "1b197f9ae136179a764ef45824464b667ade52e6")))
|
||||
(sha256
|
||||
(base32 "15g8acrzvsiccxchfmgjhyf2lmkbrpdjqv3v7hmqz7xqypi8wm3h"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system luanti-mod-build-system)
|
||||
(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")
|
||||
(description
|
||||
"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