diff mbox series

[bug#38786] gnu: emacs-auth-source-pass: Use upstream URL.

Message ID 875zi0q9q7.fsf@lafreniere.xyz
State Accepted
Headers show
Series [bug#38786] gnu: emacs-auth-source-pass: Use upstream URL. | expand

Commit Message

LaFreniere, Joseph Dec. 29, 2019, 12:03 a.m. UTC
Patch file is attached.

--
Joseph LaFreniere

Comments

宋文武 Dec. 29, 2019, 4:07 a.m. UTC | #1
"LaFreniere, Joseph" <joseph@lafreniere.xyz> writes:

> Patch file is attached.

Pushed, thank you!
diff mbox series

Patch

From 3b09b43f3746ae7239b3ee9a955c7d8bcb75453f Mon Sep 17 00:00:00 2001
From: Joseph LaFreniere <joseph@lafreniere.xyz>
Date: Sat, 28 Dec 2019 17:22:47 -0600
Subject: [PATCH] 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.
---
 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 06c8dc2016..be7bec8df6 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.")
-- 
2.24.1