guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#54578] [PATCH] services: Replace murmur-service-type with mumble-se


From: Ludovic Courtès
Subject: [bug#54578] [PATCH] services: Replace murmur-service-type with mumble-server-service-type.
Date: Tue, 29 Mar 2022 11:40:13 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)

Hi,

Great job!

Liliana Marie Prikler <liliana.prikler@gmail.com> skribis:


[...]

> -@subsubheading Murmur (VoIP server)
> +@subsubheading Mumble server
>  
> -@cindex Murmur (VoIP server)
> +@cindex Mumble
>  @cindex VoIP server
> -This section describes how to set up and run a Murmur server.  Murmur is
> -the server of the @uref{https://mumble.info, Mumble} voice-over-IP
> -(VoIP) suite.
> +This section describes how to set up and run a
> +@uref{https://mumble.info, Mumble} server.

Perhaps you can add “formerly known as Murmur” and keep “@cindex
Murmur”?

> +(define-deprecated/alias
> +  murmur-configuration
> +  mumble-server-configuration)
> +(define-deprecated/alias
> +  make-murmur-configuration
> +  make-mumble-server-configuration)

[...]

> +(export murmur-configuration)
> +(export make-murmur-configuration)

Perhaps you can define a ‘define-public-deprecated/alias’ macro to
reduce boilerplate.

Feel free to push with changes along these lines.

Thank you!

Ludo’.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]