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 @@ object has been freed.")
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/skeeto/emacsql")
|
(url "https://github.com/magit/emacsql")
|
||||||
(commit (string-append version))))
|
(commit (string-append version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
|
@ -20298,7 +20298,7 @@ object has been freed.")
|
||||||
(list emacs-minimal `(,mariadb "dev") `(,mariadb "lib") postgresql))
|
(list emacs-minimal `(,mariadb "dev") `(,mariadb "lib") postgresql))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-finalize emacs-pg))
|
(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")
|
(synopsis "Emacs high-level SQL database front-end")
|
||||||
(description "Any readable Lisp value can be stored as a value in EmacSQL,
|
(description "Any readable Lisp value can be stored as a value in EmacSQL,
|
||||||
including numbers, strings, symbols, lists, vectors, and closures. EmacSQL
|
including numbers, strings, symbols, lists, vectors, and closures. EmacSQL
|
||||||
|
|
Reference in a new issue