From aeb3f35eee682c489698f17b2286c43cd4921b01 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 28 Jun 2026 03:45:50 -0400 Subject: 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. --- Eask | 2 +- wttrin-geolocation.el | 2 +- wttrin.el | 2 +- 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 -;; 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) ;; 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 -- cgit v1.2.3