diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/game-development.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index 5b598905b3..4e2605eafa 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -564,7 +564,7 @@ clone.") (source (origin (method git-fetch) (uri (git-reference - (url "https://gitlab.com/leoprikler/tsukundere") + (url "https://gitlab.com/lilyp/tsukundere") (commit version))) (file-name (git-file-name name version)) (sha256 @@ -620,7 +620,7 @@ clone.") (inputs `(("guile-sdl2" ,guile3.0-sdl2) ("guile" ,guile-3.0))) - (home-page "https://gitlab.com/leoprikler/tsukundere") + (home-page "https://gitlab.com/lilyp/tsukundere") (synopsis "Visual novel engine") (description "Tsukundere is a game engine geared heavily towards the development of visual novels, written on top of Guile-SDL2. It is still |