branch: externals/async
commit 8bc0678ebca97e7b1c6e78e75e03f8dfd502d63a
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
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: