me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/lisp.scm (sbcl-cl-webkit): Update repo owner to jmercouris.
master
Pierre Neidhardt 2018-11-30 12:12:01 +01:00
parent 21446c6d05
commit f6e952803a
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 2 additions and 2 deletions

View File

@ -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,