Skip to content

Commit

Permalink
chore: tweak package preamble
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed May 15, 2024
1 parent f0015b9 commit 99e096c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions magit-file-icons.el
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
;; 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
Expand Down
2 changes: 1 addition & 1 deletion nix/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ _: {

magit-file-icons = pkgs.emacsPackages.trivialBuild rec {
pname = "magit-file-icons";
version = "v0.2.2";
version = "v0.2.3";

src = ../.;

Expand Down

0 comments on commit 99e096c

Please sign in to comment.