branch: externals/bug-hunter
commit 08d95ed314b9dcadad6ea7f010c092093d7a04c2
Author: Artur Malabarba <[email protected]>
Commit: Artur Malabarba <[email protected]>
Update email and GH username.
---
README.org | 2 +-
bug-hunter.el | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.org b/README.org
index 78e355d..27fa3a2 100644
--- a/README.org
+++ b/README.org
@@ -1,5 +1,5 @@
#+OPTIONS: toc:nil num:nil
-#+TITLE: [[file:hunter.png]] The Bug Hunter
[[https://travis-ci.org/Bruce-Connor/elisp-bug-hunter?branch%3Dmaster][https://secure.travis-ci.org/Bruce-Connor/elisp-bug-hunter.png?branch=master]]
+#+TITLE: [[file:hunter.png]] The Bug Hunter
[[https://travis-ci.org/Malabarba/elisp-bug-hunter?branch%3Dmaster][https://secure.travis-ci.org/Malabarba/elisp-bug-hunter.png?branch=master]]
The Bug Hunter is an Emacs library that finds the source of an error
or unexpected behavior inside an elisp configuration file (tipically
diff --git a/bug-hunter.el b/bug-hunter.el
index bd6c06d..adc90ec 100644
--- a/bug-hunter.el
+++ b/bug-hunter.el
@@ -2,8 +2,8 @@
;; Copyright (C) 2015 Free Software Foundation, Inc.
-;; Author: Artur Malabarba <[email protected]>
-;; URL: http://github.com/Bruce-Connor/elisp-bug-hunter
+;; Author: Artur Malabarba <[email protected]>
+;; URL: http://github.com/Malabarba/elisp-bug-hunter
;; Version: 0.1
;; Keywords: lisp
;; Package-Requires: ((seq "1.3") (cl-lib "0.5"))