aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-28 03:45:50 -0400
committerCraig Jennings <c@cjennings.net>2026-06-28 03:45:50 -0400
commitaeb3f35eee682c489698f17b2286c43cd4921b01 (patch)
tree4c5d9a92d649ea8ac67e83835495dcaeb48eac25
parent63a905217718370b187680078d4c1ecd023470e3 (diff)
downloademacs-wttrin-aeb3f35eee682c489698f17b2286c43cd4921b01.tar.gz
emacs-wttrin-aeb3f35eee682c489698f17b2286c43cd4921b01.zip
chore: clean up package metadata
Drop the "games" keyword (it miscategorizes a weather tool) from wttrin.el and Eask. Sync wttrin-geolocation.el's version to 0.3.2 to match the main module.
-rw-r--r--Eask2
-rw-r--r--wttrin-geolocation.el2
-rw-r--r--wttrin.el2
3 files changed, 3 insertions, 3 deletions
diff --git a/Eask b/Eask
index 1f2af16..3ed1bc4 100644
--- a/Eask
+++ b/Eask
@@ -5,7 +5,7 @@
"Emacs Frontend for Service wttr.in")
(website-url "https://github.com/cjennings/emacs-wttrin")
-(keywords "weather" "wttrin" "games")
+(keywords "weather" "wttrin")
(package-file "wttrin.el")
diff --git a/wttrin-geolocation.el b/wttrin-geolocation.el
index 7cb8d43..eba7989 100644
--- a/wttrin-geolocation.el
+++ b/wttrin-geolocation.el
@@ -2,7 +2,7 @@
;;
;; Copyright (C) 2026 Craig Jennings
;; Maintainer: Craig Jennings <c@cjennings.net>
-;; Version: 0.3.1
+;; Version: 0.3.2
;; Package-Requires: ((emacs "25.1"))
;; Keywords: weather, wttrin
diff --git a/wttrin.el b/wttrin.el
index b58c4b7..b38a68a 100644
--- a/wttrin.el
+++ b/wttrin.el
@@ -7,7 +7,7 @@
;; ono hiroko (kuanyui) <azazabc123@gmail.com>
;; Version: 0.3.2
;; Package-Requires: ((emacs "25.1") (xterm-color "1.0"))
-;; Keywords: weather, wttrin, games
+;; Keywords: weather, wttrin
;; URL: https://github.com/cjennings/emacs-wttrin
;; SPDX-License-Identifier: GPL-3.0-or-later