emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/async 8bc0678 01/60: Fix home url in *pkg.el.


From: Stefan Monnier
Subject: [elpa] externals/async 8bc0678 01/60: Fix home url in *pkg.el.
Date: Tue, 8 Oct 2019 10:11:26 -0400 (EDT)

branch: externals/async
commit 8bc0678ebca97e7b1c6e78e75e03f8dfd502d63a
Author: Thierry Volpiatto <address@hidden>
Commit: Thierry Volpiatto <address@hidden>

    Fix home url in *pkg.el.
---
 async-pkg.el | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/async-pkg.el b/async-pkg.el
index 363e942..4573be4 100644
--- a/async-pkg.el
+++ b/async-pkg.el
@@ -1,2 +1,10 @@
-;; Generated package description from async.el
-(define-package "async" "1.9" "Asynchronous processing in Emacs" 'nil :url 
"http://elpa.gnu.org/packages/async.html"; :keywords '("async"))
+;;; async-pkg.el --- Generated package description from async.el
+(define-package "async" "1.9"
+  "Asynchronous processing in Emacs"
+  'nil
+  :url "https://github.com/jwiegley/emacs-async";
+  :keywords '("async"))
+
+;; Local Variables:
+;; no-byte-compile: t
+;; End:



reply via email to

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