mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: emacs-emacsql: Update upstream repository.
* gnu/packages/emacs-xyz.scm (emacs-emacsql)[source]<origin>: Update URL. [home-page]: Update URL. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
35e626f312
commit
38749d1092
1 changed files with 2 additions and 2 deletions
|
@ -20255,7 +20255,7 @@ (define-public emacs-emacsql
|
|||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/skeeto/emacsql")
|
||||
(url "https://github.com/magit/emacsql")
|
||||
(commit (string-append version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
@ -20298,7 +20298,7 @@ (define-public emacs-emacsql
|
|||
(list emacs-minimal `(,mariadb "dev") `(,mariadb "lib") postgresql))
|
||||
(propagated-inputs
|
||||
(list emacs-finalize emacs-pg))
|
||||
(home-page "https://github.com/skeeto/emacsql")
|
||||
(home-page "https://github.com/magit/emacsql")
|
||||
(synopsis "Emacs high-level SQL database front-end")
|
||||
(description "Any readable Lisp value can be stored as a value in EmacSQL,
|
||||
including numbers, strings, symbols, lists, vectors, and closures. EmacSQL
|
||||
|
|
Loading…
Reference in a new issue