guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: tsukundere: Update home-page.


From: guix-commits
Subject: 01/03: gnu: tsukundere: Update home-page.
Date: Sun, 10 Oct 2021 11:33:45 -0400 (EDT)

lilyp pushed a commit to branch master
in repository guix.

commit c4595fdedf027b9be6733cac8b2e3ee82cdcb16a
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sun Oct 10 15:59:32 2021 +0200

    gnu: tsukundere: Update home-page.
    
    * gnu/packages/game-development.scm (tsukundere)[home-page]: Update.
---
 gnu/packages/game-development.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index 5b59890..4e2605e 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]