gnu: tsukundere: Update home-page.
* gnu/packages/game-development.scm (tsukundere)[home-page]: Update.master
parent
6cb8c0052e
commit
c4595fdedf
|
@ -564,7 +564,7 @@ clone.")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://gitlab.com/leoprikler/tsukundere")
|
(url "https://gitlab.com/lilyp/tsukundere")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
|
@ -620,7 +620,7 @@ clone.")
|
||||||
(inputs
|
(inputs
|
||||||
`(("guile-sdl2" ,guile3.0-sdl2)
|
`(("guile-sdl2" ,guile3.0-sdl2)
|
||||||
("guile" ,guile-3.0)))
|
("guile" ,guile-3.0)))
|
||||||
(home-page "https://gitlab.com/leoprikler/tsukundere")
|
(home-page "https://gitlab.com/lilyp/tsukundere")
|
||||||
(synopsis "Visual novel engine")
|
(synopsis "Visual novel engine")
|
||||||
(description "Tsukundere is a game engine geared heavily towards the
|
(description "Tsukundere is a game engine geared heavily towards the
|
||||||
development of visual novels, written on top of Guile-SDL2. It is still
|
development of visual novels, written on top of Guile-SDL2. It is still
|
||||||
|
|
Reference in New Issue