unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#38786] [PATCH] gnu: emacs-auth-source-pass: Use upstream URL.
@ 2019-12-29  0:03 LaFreniere, Joseph
  2019-12-29  4:07 ` bug#38786: " 宋文武
  0 siblings, 1 reply; 2+ messages in thread
From: LaFreniere, Joseph @ 2019-12-29  0:03 UTC (permalink / raw)
  To: 38786

[-- Attachment #1: Type: text/plain, Size: 46 bytes --]

Patch file is attached.

--
Joseph LaFreniere

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-emacs-auth-source-pass-Use-upstream-URL.patch --]
[-- Type: text/x-patch, Size: 1888 bytes --]

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#38786: [PATCH] gnu: emacs-auth-source-pass: Use upstream URL.
  2019-12-29  0:03 [bug#38786] [PATCH] gnu: emacs-auth-source-pass: Use upstream URL LaFreniere, Joseph
@ 2019-12-29  4:07 ` 宋文武
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 @ 2019-12-29  4:07 UTC (permalink / raw)
  To: LaFreniere, Joseph; +Cc: 38786-done

"LaFreniere, Joseph" <joseph@lafreniere.xyz> writes:

> Patch file is attached.

Pushed, thank you!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-12-29  4:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-29  0:03 [bug#38786] [PATCH] gnu: emacs-auth-source-pass: Use upstream URL LaFreniere, Joseph
2019-12-29  4:07 ` bug#38786: " 宋文武

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).