guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: sbcl-cl-webkit: Update repo owner to jmercouris.


From: guix-commits
Subject: 01/01: gnu: sbcl-cl-webkit: Update repo owner to jmercouris.
Date: Fri, 30 Nov 2018 12:16:37 -0500 (EST)

ambrevar pushed a commit to branch master
in repository guix.

commit f6e952803a55100c52a49960d8201e91453f46ff
Author: Pierre Neidhardt <address@hidden>
Date:   Fri Nov 30 12:12:01 2018 +0100

    gnu: sbcl-cl-webkit: Update repo owner to jmercouris.
    
    * gnu/packages/lisp.scm (sbcl-cl-webkit): Update repo owner to jmercouris.
---
 gnu/packages/lisp.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 90b57ef..5e8b6fd 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -3427,7 +3427,7 @@ is a library for creating graphical user interfaces.")
        (origin
          (method git-fetch)
          (uri (git-reference
-               (url "https://github.com/atlas-engineer/cl-webkit";)
+               (url "https://github.com/jmercouris/cl-webkit";)
                (commit commit)))
          (file-name (git-file-name "cl-webkit" version))
          (sha256
@@ -3449,7 +3449,7 @@ is a library for creating graphical user interfaces.")
                  (("libwebkit2gtk" all)
                   (string-append
                    (assoc-ref inputs "webkitgtk") "/lib/" all))))))))
-      (home-page "https://github.com/atlas-engineer/cl-webkit";)
+      (home-page "https://github.com/jmercouris/cl-webkit";)
       (synopsis "Binding to WebKitGTK+ for Common Lisp")
       (description
        "@command{cl-webkit} is a binding to WebKitGTK+ for Common Lisp,



reply via email to

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