From 34085eabccb8a0ca280f8d1605fdf369a94dd88a Mon Sep 17 00:00:00 2001 From: Joseph LaFreniere Date: Sat, 28 Dec 2019 17:22:47 -0600 Subject: gnu: emacs-auth-source-pass: Use upstream URL. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/emacs-xyz.scm (emacs-auth-source-pass): Use URL of upstream (rather than forked) repository. Signed-off-by: 宋文武 --- gnu/packages/emacs-xyz.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/packages/emacs-xyz.scm') 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 @@ (define-public emacs-password-store (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 @@ (define-public emacs-auth-source-pass (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 @@ (define-public emacs-auth-source-pass "-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.") -- cgit v1.2.3