From 578b80026d38017ff0700c659e98d267bf4bb827 Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Thu, 11 Apr 2019 03:39:48 -0400 Subject: [PATCH] Fix information in file header --- mood-line.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mood-line.el b/mood-line.el index 7b6d378..8023a59 100644 --- a/mood-line.el +++ b/mood-line.el @@ -1,10 +1,10 @@ ;;; mood-line.el --- A minimal mode-line inspired by doom-modeline. -*- lexical-binding: t; -*- -;; Author: Jessie Hildebrandt -;; Homepage: https://jessieh.net +;; Author: Jessie Hildebrandt +;; Homepage: https://gitlab.com/jessieh/mood-line ;; Keywords: mode-line faces ;; Version: 1.0.0 -;; Package-Requires: ((emacs "25.1")) +;; Package-Requires: ((emacs "24.4")) ;; This file is not part of GNU Emacs.