diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-07-05 18:13:49 +0200 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-07-13 13:54:03 +0200 |
commit | 5a608171bc2a37c36b14c6e2a94d84c9dcee0a0e (patch) | |
tree | 4434f9f9e9cda40533a2679696df7f278ee2cd61 | |
parent | 8710f4e164b9e65eae28cfeecc25cf8c5203ba4b (diff) |
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.
-rw-r--r-- | gnu/packages/luanti.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/luanti.scm b/gnu/packages/luanti.scm index 9ccd5c1257..246c174d45 100644 --- a/gnu/packages/luanti.scm +++ b/gnu/packages/luanti.scm @@ -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 |