branch: elpa/org-contrib commit 4eb078eebeed76d9dab25f7699754659f0ff8702 Author: Bastien Guerry <b...@gnu.org> Commit: Bastien Guerry <b...@gnu.org>
lisp/*el: Use "Homepage" instead of "URL" in the headers --- lisp/ob-php.el | 2 +- lisp/ob-redis.el | 2 +- lisp/org-eldoc.el | 2 +- lisp/org-link-edit.el | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lisp/ob-php.el b/lisp/ob-php.el index 5741d05..39a389c 100644 --- a/lisp/ob-php.el +++ b/lisp/ob-php.el @@ -4,7 +4,7 @@ ;; Author: stardiviner <numbch...@gmail.com> ;; Maintainer: stardiviner <numbch...@gmail.com> ;; Keywords: org babel php -;; URL: https://github.com/stardiviner/ob-php +;; Homepage: https://github.com/stardiviner/ob-php ;; Created: 04th May 2016 ;; Version: 0.0.1 ;; Package-Requires: ((org "8")) diff --git a/lisp/ob-redis.el b/lisp/ob-redis.el index 2478323..64e93e1 100644 --- a/lisp/ob-redis.el +++ b/lisp/ob-redis.el @@ -4,7 +4,7 @@ ;; Author: stardiviner <numbch...@gmail.com> ;; Maintainer: stardiviner <numbch...@gmail.com> ;; Keywords: org babel redis -;; URL: https://github.com/stardiviner/ob-redis +;; Homepage: https://github.com/stardiviner/ob-redis ;; Created: 28th Feb 2016 ;; Version: 0.0.1 ;; Package-Requires: ((org "8")) diff --git a/lisp/org-eldoc.el b/lisp/org-eldoc.el index 550f857..e662b50 100644 --- a/lisp/org-eldoc.el +++ b/lisp/org-eldoc.el @@ -6,7 +6,7 @@ ;; Maintainer: Ćukasz Gruner <luk...@gruner.lu> ;; Version: 6 ;; Package-Requires: ((org "8")) -;; URL: https://bitbucket.org/ukaszg/org-eldoc +;; Homepage: https://bitbucket.org/ukaszg/org-eldoc ;; Created: 25/05/2014 ;; Keywords: eldoc, outline, breadcrumb, org, babel, minibuffer diff --git a/lisp/org-link-edit.el b/lisp/org-link-edit.el index e7b2212..9369dd7 100644 --- a/lisp/org-link-edit.el +++ b/lisp/org-link-edit.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2015-2021 Kyle Meyer <k...@kyleam.com> ;; Author: Kyle Meyer <k...@kyleam.com> -;; URL: https://git.kyleam.com/org-link-edit/about +;; Homepage: https://git.kyleam.com/org-link-edit/about ;; Keywords: convenience ;; Version: 1.2.1 ;; Package-Requires: ((cl-lib "0.5") (org "9.3"))