summaryrefslogtreecommitdiff
path: root/lisp/transient.el
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2026-04-22 18:50:21 +0200
committerJonas Bernoulli <jonas@bernoul.li>2026-04-22 18:50:21 +0200
commitead59c3fbca28e36b83c9077b320a512bd62803e (patch)
tree42f20e62a1d7f790df9d325cb18898fe8078790e /lisp/transient.el
parentad855d4e7642eadcaac675f51eebdca4fdef3c0a (diff)
[patch 9/10] lisp: Adjust package metadata
- Use my main email address. - Use "URL" instead of "Homepage". I consistently use "Homepage" for all my packages and they consistently use "URL". - Use "Version" instead of "Package-Version" because that's all finder understands, dropping the empty line before it. - Drop "Package-Requires". Do NOT change the value of `transient-version'. That is done in the next commit. I.e., use the same version string as on the "main" branch, onto which we are rebasing.
Diffstat (limited to 'lisp/transient.el')
-rw-r--r--lisp/transient.el11
1 files changed, 3 insertions, 8 deletions
diff --git a/lisp/transient.el b/lisp/transient.el
index 8e8ecdf..f41b626 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -2,15 +2,10 @@
;; Copyright (C) 2018-2026 Free Software Foundation, Inc.
-;; Author: Jonas Bernoulli <emacs.transient@jonas.bernoulli.dev>
-;; Homepage: https://github.com/magit/transient
+;; Author: Jonas Bernoulli <jonas@bernoul.li>
+;; URL: https://github.com/magit/transient
;; Keywords: extensions
-
-;; Package-Version: 0.13.0
-;; Package-Requires: (
-;; (emacs "28.1")
-;; (compat "30.1")
-;; (seq "2.24"))
+;; Version: 0.13.0
;; SPDX-License-Identifier: GPL-3.0-or-later