From fc6fd2d920904c59bbbfd36e701537f91cec00b2 Mon Sep 17 00:00:00 2001 From: justbur Date: Tue, 14 Jul 2015 12:21:11 -0400 Subject: [PATCH] Fix url in header --- which-key.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/which-key.el b/which-key.el index e998d5bfc19..167de9b4d86 100644 --- a/which-key.el +++ b/which-key.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2015 Justin Burkett ;; Author: Justin Burkett -;; URL: https://github.com/justbur/which-key +;; URL: https://github.com/justbur/emacs-which-key ;; Version: 0.1 ;; Keywords: ;; Package-Requires: ((emacs "24.3") (s "1.9.0") (dash "2.11.0")) @@ -11,7 +11,7 @@ ;;; Commentary: ;; ;; This is a rewrite of guide-key https://github.com/kai2nenobu/guide-key. See -;; https://github.com/justbur/which-key for more information. +;; https://github.com/justbur/emacs-which-key for more information. ;; ;;; Code: