branch: elpa/rainbow-delimiters
commit 513bb785ebb6e58358d4650e172848e25f7c98ca
Author: Fanael Linithien <[email protected]>
Commit: Fanael Linithien <[email protected]>
Update authorship, package metadata, and URLs.
---
rainbow-delimiters.el | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/rainbow-delimiters.el b/rainbow-delimiters.el
index 706161ad75..ea71d48ec0 100644
--- a/rainbow-delimiters.el
+++ b/rainbow-delimiters.el
@@ -1,14 +1,14 @@
;;; rainbow-delimiters.el --- Highlight nested parens, brackets, braces a
different color at each depth.
-;; Copyright (C) 2010-2013 Jeremy Rayman.
+;; Copyright (C)
+;; 2010-2013 Jeremy Rayman
+;; 2013-2014 Fanael Linithien
;; Author: Jeremy Rayman <[email protected]>
-;; Maintainer: Jeremy Rayman <[email protected]>
+;; Fanael Linithien <[email protected]>
;; Created: 2010-09-02
;; Version: 1.3.12
-;; Keywords: faces, convenience, lisp, matching, tools, rainbow, rainbow
parentheses, rainbow parens
-;; EmacsWiki: http://www.emacswiki.org/emacs/RainbowDelimiters
-;; Github: http://github.com/jlr/rainbow-delimiters
-;; URL:
http://github.com/jlr/rainbow-delimiters/raw/master/rainbow-delimiters.el
+;; Keywords: faces, convenience, lisp, tools
+;; Homepage: https://github.com/jlr/rainbow-delimiters
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -95,8 +95,8 @@
(defgroup rainbow-delimiters nil
"Highlight nested parentheses, brackets, and braces according to their
depth."
:prefix "rainbow-delimiters-"
- :link '(url-link :tag "Website for rainbow-delimiters (EmacsWiki)"
- "http://www.emacswiki.org/emacs/RainbowDelimiters")
+ :link '(url-link :tag "Website for rainbow-delimiters"
+ "https://github.com/jlr/rainbow-delimiters")
:group 'applications)
(defgroup rainbow-delimiters-faces nil