]> code.delx.au - gnu-emacs-elpa/commitdiff
Merge commit '85b3fbe091aba2d9dc581894a02f60acd46f4413'
authorArtur Malabarba <bruce.connor.am@gmail.com>
Tue, 1 Dec 2015 12:09:32 +0000 (12:09 +0000)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Tue, 1 Dec 2015 12:09:32 +0000 (12:09 +0000)
packages/names/names-dev.el
packages/names/names.el

index 0c2dc20254ae5af4b0364334097adf40b247bb6d..c139d6466e428cf9d6a34f0815bf9e44b6d0c19d 100644 (file)
@@ -2,9 +2,6 @@
 
 ;; Copyright (C) 2014 Free Software Foundation, Inc.
 
-;; Author: Artur Malabarba <bruce.connor.am@gmail.com>
-;; Maintainer: Artur Malabarba <bruce.connor.am@gmail.com>
-;; URL: http://github.com/Bruce-Connor/names
 ;; Prefix: names
 ;; Separator: -
 
index f4ef7bdfd69816bfb49642661d32a9068832399c..62aafdf08670fa6f517ac32ee672a8901e16dfd6 100644 (file)
@@ -3,8 +3,8 @@
 ;; Copyright (C) 2014-2015 Free Software Foundation, Inc.
 
 ;; Author: Artur Malabarba <emacs@endlessparentheses.com>
-;; URL: https://github.com/Bruce-Connor/names
-;; Version: 20150723.0
+;; URL: https://github.com/Malabarba/names
+;; Version: 20151201.0
 ;; Package-Requires: ((emacs "24.1") (cl-lib "0.5"))
 ;; Keywords: extensions lisp
 
@@ -13,7 +13,7 @@
 ;; The description is way too large to sanely write here, below is a
 ;; summary. For a complete description, please visit the package's
 ;; frontpage with `M-x names-view-manual', or see the Readme file on
-;; https://raw.githubusercontent.com/Bruce-Connor/names/master/Readme.org
+;; https://raw.githubusercontent.com/Malabarba/names/master/Readme.org
 
 ;;; License:
 ;;
@@ -123,7 +123,7 @@ it will set PROP."
 \f
 ;;; ---------------------------------------------------------------
 ;;; Variables
-(defconst names-version "20150723.0" "Version of the names.el package.")
+(defconst names-version "20151201.0" "Version of the names.el package.")
 
 (defvar names--name nil
   "Name of the current namespace inside the `define-namespace' macro.")
@@ -567,7 +567,7 @@ Either it's an undefined macro, a macro with a bad debug declaration, or we have
 (defun names-view-manual ()
   "Call `browse-url' to view the manual of the Names package."
   (interactive)
-  (browse-url "http://github.com/Bruce-Connor/names"))
+  (browse-url "http://github.com/Malabarba/names"))
 
 (defun names--package-name ()
   "Return the package name as a symbol.