diff options
author | Thanos Apollo <[email protected]> | 2023-07-16 07:26:19 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-07-16 07:26:19 +0300 |
commit | c4ae1a5d82b38d6c86c16f109d32846b1dddf46f (patch) | |
tree | 4cfb7ab782ac25b26ab71bde05a8934da74fd9a1 | |
parent | 255f848b435dc213e04e41f4338c14de484ba413 (diff) |
fix: require emacs 27.2 -- pacakge-lint issue
-rw-r--r-- | yeetube.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ ;; Keywords: extensions youtube videos invidious ;; URL: https://git.sr.ht/~thanosapollo/yeetube.el ;; Version: 1.3.0 -;; Package-Requires: ((emacs "27.1")) +;; Package-Requires: ((emacs "27.2")) ;; 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 |