aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-11-20 10:29:40 +0200
committerThanos Apollo <[email protected]>2023-11-20 10:30:00 +0200
commit41940fc90e817fbf166f1ffaee16c469d9b8db86 (patch)
tree23d1e66fc3caba4f2ab6b5254dde61ec6864b488
parentaf3ea96805410896d7c70a76231ed8d3877dc49b (diff)
fix: Remove needless Package-Requires
yeetube-mpv & yeetube-buffer do not need package-requires.
-rw-r--r--yeetube-buffer.el3
-rw-r--r--yeetube-mpv.el3
2 files changed, 0 insertions, 6 deletions
diff --git a/yeetube-buffer.el b/yeetube-buffer.el
index c866540..379a8eb 100644
--- a/yeetube-buffer.el
+++ b/yeetube-buffer.el
@@ -5,9 +5,6 @@
;; Author: Thanos Apollo <[email protected]>
;; Keywords: extensions youtube videos
;; URL: https://git.thanosapollo.org/yeetube
-;; Version: 0.0.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
diff --git a/yeetube-mpv.el b/yeetube-mpv.el
index 1adae2d..45cd6f8 100644
--- a/yeetube-mpv.el
+++ b/yeetube-mpv.el
@@ -6,9 +6,6 @@
;; Keywords: extensions youtube videos
;; URL: https://git.thanosapollo.org/yeetube
-;; Version: 0.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
;; the Free Software Foundation, either version 3 of the License, or