gnu: sbcl-cl-webkit: Update repo owner to jmercouris.
* gnu/packages/lisp.scm (sbcl-cl-webkit): Update repo owner to jmercouris.
This commit is contained in:
parent
21446c6d05
commit
f6e952803a
|
@ -3427,7 +3427,7 @@ is a library for creating graphical user interfaces.")
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/atlas-engineer/cl-webkit")
|
(url "https://github.com/jmercouris/cl-webkit")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name "cl-webkit" version))
|
(file-name (git-file-name "cl-webkit" version))
|
||||||
(sha256
|
(sha256
|
||||||
|
@ -3449,7 +3449,7 @@ is a library for creating graphical user interfaces.")
|
||||||
(("libwebkit2gtk" all)
|
(("libwebkit2gtk" all)
|
||||||
(string-append
|
(string-append
|
||||||
(assoc-ref inputs "webkitgtk") "/lib/" all))))))))
|
(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")
|
(synopsis "Binding to WebKitGTK+ for Common Lisp")
|
||||||
(description
|
(description
|
||||||
"@command{cl-webkit} is a binding to WebKitGTK+ for Common Lisp,
|
"@command{cl-webkit} is a binding to WebKitGTK+ for Common Lisp,
|
||||||
|
|
Loading…
Reference in New Issue