diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-28 03:45:50 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-28 03:45:50 -0400 |
| commit | aeb3f35eee682c489698f17b2286c43cd4921b01 (patch) | |
| tree | 4c5d9a92d649ea8ac67e83835495dcaeb48eac25 | |
| parent | 63a905217718370b187680078d4c1ecd023470e3 (diff) | |
| download | emacs-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-- | Eask | 2 | ||||
| -rw-r--r-- | wttrin-geolocation.el | 2 | ||||
| -rw-r--r-- | wttrin.el | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -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 @@ -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 |
