branch: elpa/radio
commit f2ae7cc29ec198bfa522f9e7ee4e7380d7526420
Author: Roi Martin <[email protected]>
Commit: Roi Martin <[email protected]>
radio: change package name from radio.el to radio
---
README.org | 6 +++---
lisp/radio.el | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/README.org b/README.org
index 5737451221..30ae21d705 100644
--- a/README.org
+++ b/README.org
@@ -1,4 +1,4 @@
-#+title: radio.el
+#+title: radio
-radio.el is a GNU Emacs package that enables users to listen to
-Internet radio stations.
+radio is a GNU Emacs package that enables users to listen to Internet
+radio stations.
diff --git a/lisp/radio.el b/lisp/radio.el
index c2ed0d28e0..fc164b9f53 100644
--- a/lisp/radio.el
+++ b/lisp/radio.el
@@ -4,7 +4,7 @@
;; Author: Roi Martin <[email protected]>
;; Maintainer: Roi Martin <[email protected]>
-;; URL: https://github.com/jroimartin/radio.el
+;; URL: https://github.com/jroimartin/radio
;; Version: 0.1.0
;; Package-Requires: ((emacs "29.1"))
;; Keywords: radio
@@ -26,7 +26,7 @@
;;; Commentary:
-;; radio.el is a GNU Emacs package that enables users to listen to
+;; radio is a GNU Emacs package that enables users to listen to
;; Internet radio stations.
;;; Code: