emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#61092: closed ([PATCH] gnu: emacs-emacsql: updated repository)


From: GNU bug Tracking System
Subject: bug#61092: closed ([PATCH] gnu: emacs-emacsql: updated repository)
Date: Fri, 27 Jan 2023 22:10:02 +0000

Your message dated Fri, 27 Jan 2023 23:09:27 +0100
with message-id <87r0vfk4tk.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#61092] [PATCH] gnu: emacs-emacsql: updated repository
has caused the debbugs.gnu.org bug report #61092,
regarding [PATCH] gnu: emacs-emacsql: updated repository
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
61092: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61092
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: emacs-emacsql: updated repository Date: Fri, 27 Jan 2023 09:46:22 +0100
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 645bfa851b..95ea44551f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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

base-commit: d3390e7205f71843a1380804e285de4f32054901
-- 
2.39.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#61092] [PATCH] gnu: emacs-emacsql: updated repository Date: Fri, 27 Jan 2023 23:09:27 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hello,

Cayetano Santos via Guix-patches via <guix-patches@gnu.org> writes:

> ---
>  gnu/packages/emacs-xyz.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
> index 645bfa851b..95ea44551f 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -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

I added a proper commit message and applied your patch. Thank you.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

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