branch: externals/calibre
commit bdb11248c95b713e5d40c7333bbb63f0f89f93ce
Author: Kjartan Óli Ágústsson <[email protected]>
Commit: Kjartan Óli Ágústsson <[email protected]>
Move metadata into calibre.el
* calibre-pkg.el: Delete
* calibre.el: Add metadata previously stored in calibre-pkg.el.
Bump package version.
---
calibre-pkg.el | 8 --------
calibre.el | 3 +++
2 files changed, 3 insertions(+), 8 deletions(-)
diff --git a/calibre-pkg.el b/calibre-pkg.el
deleted file mode 100644
index 3b47ff4a38..0000000000
--- a/calibre-pkg.el
+++ /dev/null
@@ -1,8 +0,0 @@
-(define-package
- "calibre"
- "1.0.1"
- "Interact with Calibre libraries from Emacs"
- '((emacs "29.1.0"))
- :authors '(("Kjartan Oli Agustsson" . "[email protected]"))
- :maintainer '("Kjartan Oli Agustsson" . "[email protected]")
- :url "https://git.disroot.org/kjartanoli/calibre.el")
diff --git a/calibre.el b/calibre.el
index c338f1a732..f9e2a5abd5 100644
--- a/calibre.el
+++ b/calibre.el
@@ -4,6 +4,9 @@
;; Author: Kjartan Oli Agustsson <[email protected]>
;; Maintainer: Kjartan Oli Agustsson <[email protected]>
+;; Version: 1.0.2
+;; Package-Requires: ((emacs "29.1"))
+;; URL: https://git.disroot.org/kjartanoli/calibre.el
;; This file is part of calibre.el.