guix-commits
[Top][All Lists]
Advanced

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

267/285: gnu: emacs-auth-source-pass: Use upstream URL.


From: guix-commits
Subject: 267/285: gnu: emacs-auth-source-pass: Use upstream URL.
Date: Sun, 29 Dec 2019 20:44:45 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.

commit c353c6fb3309383c1c552b4e3d5a81e602fab7a5
Author: Joseph LaFreniere <address@hidden>
Date:   Sat Dec 28 17:22:47 2019 -0600

    gnu: emacs-auth-source-pass: Use upstream URL.
    
    * gnu/packages/emacs-xyz.scm (emacs-auth-source-pass): Use URL of
      upstream (rather than forked) repository.
    
    Signed-off-by: 宋文武 <address@hidden>
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 06c8dc2..be7bec8 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11786,7 +11786,7 @@ standard Unix password manager\").")
 
 (define-public emacs-auth-source-pass
   (let ((commit "847a1f54ed48856b4dfaaa184583ef2c84173edf")
-        (revision "1"))
+        (revision "2"))
     (package
       (name "emacs-auth-source-pass")
       (version (git-version "5.0.0" revision commit))
@@ -11794,7 +11794,7 @@ standard Unix password manager\").")
        (origin
          (method git-fetch)
          (uri (git-reference
-               (url "https://github.com/NicolasPetton/auth-password-store.git";)
+               (url "https://github.com/DamienCassou/auth-password-store.git";)
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
@@ -11806,7 +11806,7 @@ standard Unix password manager\").")
                           "-L" "."
                           "-l" "test/auth-source-pass-tests.el"
                           "-f" "ert-run-tests-batch-and-exit")))
-      (home-page "https://github.com/NicolasPetton/auth-password-store";)
+      (home-page "https://github.com/DamienCassou/auth-password-store";)
       (synopsis "Integrate @code{auth-source} with @code{password-store}")
       (description "This package helps Emacs integrate with the Unix
 @code{password-store} application.")



reply via email to

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