From 8844ac355a5ae7f77f1cc5d1768e2a60d00b765f Mon Sep 17 00:00:00 2001 From: Chunyang Xu Date: Wed, 12 Aug 2015 03:45:56 +0800 Subject: [PATCH] Add URL meta-data to package file Enable Emacs to understand package's homepage, for example, via 'C-h P circe`. --- circe-pkg.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/circe-pkg.el b/circe-pkg.el index 409ed525..9f0686b9 100644 --- a/circe-pkg.el +++ b/circe-pkg.el @@ -1,2 +1,3 @@ (define-package "circe" "2.0" "Client for IRC in Emacs" - '((cl-lib "0.5"))) + '((cl-lib "0.5")) + :url "https://github.com/jorgenschaefer/circe")