From 51d1e2bc57dd858e3706d4455a477580bf942f27 Mon Sep 17 00:00:00 2001 From: Gregor Grigorjan Date: Wed, 15 May 2024 08:13:49 +0300 Subject: [PATCH] fix(docs): add package URL --- magit-file-icons.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magit-file-icons.el b/magit-file-icons.el index db61043e..400e6a11 100644 --- a/magit-file-icons.el +++ b/magit-file-icons.el @@ -1,6 +1,6 @@ ;;; magit-file-icons.el --- Icons for file entries in Magit buffers -*- lexical-binding:t -*- - +;; URL: https://github.com/gekoke/magit-file-icons ;; Package-Version: 0.1.0 ;; Package-Requires: ((emacs "24.3") (magit "3.3.0") (nerd-icons "0.1.0") (el-patch "3.1"))