diff --git a/magit-file-icons.el b/magit-file-icons.el index bf73df8d..9c4d037c 100644 --- a/magit-file-icons.el +++ b/magit-file-icons.el @@ -1,7 +1,12 @@ -;;; magit-file-icons.el --- Icons for file entries in Magit buffers -*- lexical-binding:t -*- +;;; magit-file-icons.el --- Icons for file entries in Magit buffers -*- lexical-binding: t; -*- + +;; Copyright (C) 2024 Gregor Grigorjan + +;; Author: Gregor Grigorjan +;; Created: 14 May 2024 ;; URL: https://github.com/gekoke/magit-file-icons -;; Package-Version: 0.2.2 +;; Package-Version: 0.2.3 ;; Package-Requires: ((emacs "24.3") (magit "3.3.0") (nerd-icons "0.1.0") (el-patch "3.1")) ;; This program is free software; you can redistribute it and/or modify diff --git a/nix/packages.nix b/nix/packages.nix index d3f4d52f..bc7ea89c 100644 --- a/nix/packages.nix +++ b/nix/packages.nix @@ -7,7 +7,7 @@ _: { magit-file-icons = pkgs.emacsPackages.trivialBuild rec { pname = "magit-file-icons"; - version = "v0.2.2"; + version = "v0.2.3"; src = ../.;