Move URL in the header higher so Package-Requires becomes the last keyword

Apparently, `package-read-from-string` doesn’t like it the old way.
This commit is contained in:
Gergely Polonkai 2025-05-18 13:04:38 +02:00
parent 1c922fd4b4
commit c22231dfa1
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4

View File

@ -5,9 +5,9 @@
;; Author: Gergely Polonkai <gergely@polonkai.eu>
;; Keywords: org, clocking, waybar
;; Version: 1.0
;; Package-Requires: ((emacs "26.1"))
;; URL: https://gitea.polonkai.eu/gergely/org-clock-waybar
;; Package-Version: 1.0
;; Package-Requires: ((emacs "26.1") (org-mode "9"))
;; 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