emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/vc-got d3ca33b 116/145: add the required "headers" for


From: ELPA Syncer
Subject: [elpa] externals/vc-got d3ca33b 116/145: add the required "headers" for a package
Date: Thu, 9 Sep 2021 15:58:45 -0400 (EDT)

branch: externals/vc-got
commit d3ca33b4b1b2229a9cb002bbb5b973e2fa0ef45b
Author: Omar Polo <op@omarpolo.com>
Commit: Omar Polo <op@omarpolo.com>

    add the required "headers" for a package
    
    Emacs 27.1 is a prerequisite because of flatten-list, otherwise it
    should run on 25.1 onwards.
---
 vc-got.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/vc-got.el b/vc-got.el
index e34fa27..eecd9c5 100755
--- a/vc-got.el
+++ b/vc-got.el
@@ -3,7 +3,10 @@
 ;; Copyright (C) 2020  Omar Polo
 
 ;; Author: Omar Polo <op@omarpolo.com>
+;; URL: https://git.omarpolo.com/vc-got/
 ;; Keywords: vc
+;; Version: 0
+;; Package-Requires: ((emacs "27.1"))
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by



reply via email to

[Prev in Thread] Current Thread [Next in Thread]