From 55977bbc704f3031a89fcf73cd7dbec0f0b7167a Mon Sep 17 00:00:00 2001 From: Milan Zamazal Date: Wed, 29 Jun 2022 22:08:44 +0200 Subject: [PATCH] Use pipewire-zero as Elisp package name To avoid the problems with a numeric suffix. --- pipewire-pkg.el => pipewire-zero-pkg.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename pipewire-pkg.el => pipewire-zero-pkg.el (96%) diff --git a/pipewire-pkg.el b/pipewire-zero-pkg.el similarity index 96% rename from pipewire-pkg.el rename to pipewire-zero-pkg.el index 254600c..c20191e 100644 --- a/pipewire-pkg.el +++ b/pipewire-zero-pkg.el @@ -23,7 +23,7 @@ ;; You should have received a copy of the GNU General Public License ;; along with this program. If not, see . -(define-package "pipewire-0" "1" +(define-package "pipewire-zero" "1" "Interface to PipeWire." '((emacs "28.1")))