Vincent Legoll <vincent.leg...@gmail.com> writes: Hi, I attached patch for the description
Thanks, Nicolò
>From 32821974001a7437bba7163df8b6cec9c4d3cc6b Mon Sep 17 00:00:00 2001 From: nixo <nic...@nixo.xyz> Date: Fri, 21 Feb 2020 11:51:30 +0100 Subject: [PATCH] gnu: twinkle: Improve description * gnu/packages/telephony.scm (twinkle)[description]: Mention VoIP for easier search. --- gnu/packages/telephony.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm index a645c58562..ae1d9d41bc 100644 --- a/gnu/packages/telephony.scm +++ b/gnu/packages/telephony.scm @@ -578,10 +578,10 @@ Mumble consists of two applications for separate usage: ("qtquickcontrols" ,qtquickcontrols))) (home-page "http://twinkle.dolezel.info/") (synopsis "Softphone for voice over IP and instant messaging") - (description "Twinkle is a softphone for your voice over IP and instant -messaging communcations using the SIP protocol. You can use it for direct IP -phone to IP phone communication or in a network using a SIP proxy to route your -calls and messages") + (description "Twinkle is a softphone for your voice over IP (VoIP) and +instant messaging communcations using the SIP protocol. You can use it for +direct IP phone to IP phone communication or in a network using a SIP proxy to +route your calls and messages") (license license:gpl2+))) (define-public pjproject -- 2.25.0
> Hello, > > On Thu, Feb 20, 2020 at 8:43 PM Nicolò Balzarotti <another...@gmail.com> > wrote: >> Intererestingly, neither the synopsis nor the description mention the >> term "VoIP", probably making it difficult to find it. >> >> guix search voip >> name: libtgvoip >> name: seren >> name: sipwitch >> name: speex >> >> Maybe we can change it like: >> "Twinkle is a softphone for your voice over IP (VoIP) and instant messaging" >> >> WDYT? > > LGTM > > -- > Vincent Legoll