guix-commits
[Top][All Lists]
Advanced

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

02/18: gnu: guile-colorized: Move project home.


From: guix-commits
Subject: 02/18: gnu: guile-colorized: Move project home.
Date: Mon, 11 Mar 2019 21:22:53 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 55f4282e0ce4f7ab071ddd544ad9486d59e85292
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Mar 12 02:01:44 2019 +0100

    gnu: guile-colorized: Move project home.
    
    * gnu/packages/guile-xyz.scm (guile-colorized)[source, home-page]: Update.
---
 gnu/packages/guile-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 60f3325..e758d44 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -609,7 +609,7 @@ using Guile's foreign function interface.")
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://github.com/NalaGinrut/guile-colorized.git";)
+             (url "https://gitlab.com/NalaGinrut/guile-colorized.git";)
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
@@ -617,7 +617,7 @@ using Guile's foreign function interface.")
     (build-system guile-build-system)
     (native-inputs
      `(("guile" ,guile-2.2)))
-    (home-page "https://github.com/NalaGinrut/guile-colorized";)
+    (home-page "https://gitlab.com/NalaGinrut/guile-colorized";)
     (synopsis "Colorized REPL for Guile")
     (description
      "Guile-colorized provides you with a colorized REPL for GNU Guile.")



reply via email to

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