X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/8b734977727d8c96e3f716bcda3e0e20ccf70fa1..62c6c01e71328e699363e894b3a15d4d87ea5a21:/packages/names/names.el diff --git a/packages/names/names.el b/packages/names/names.el index f0fee8d91..62aafdf08 100644 --- a/packages/names/names.el +++ b/packages/names/names.el @@ -2,21 +2,18 @@ ;; Copyright (C) 2014-2015 Free Software Foundation, Inc. -;; Author: Artur Malabarba -;; Maintainer: Artur Malabarba -;; URL: http://github.com/Bruce-Connor/names -;; Version: 20150723.0 +;; Author: Artur Malabarba +;; URL: https://github.com/Malabarba/names +;; Version: 20151201.0 ;; Package-Requires: ((emacs "24.1") (cl-lib "0.5")) ;; Keywords: extensions lisp -;; Prefix: names -;; Separator: - ;;; Commentary: ;; ;; 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: ;; @@ -126,7 +123,7 @@ it will set PROP." ;;; --------------------------------------------------------------- ;;; 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.") @@ -570,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.