diff options
author | Vivien Kraus <vivien@planete-kraus.eu> | 2023-12-04 18:22:46 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-12-04 20:24:38 +0100 |
commit | bcaae2be224f10cc7381dc8610554247b1e5f663 (patch) | |
tree | 9e20ded8f51ea305c19ffade280ff32603521255 /gnu | |
parent | 51923bf963f1808cabb118c4a9fe4ebfc27ebc0f (diff) | |
download | guix-bcaae2be224f10cc7381dc8610554247b1e5f663.tar.gz guix-bcaae2be224f10cc7381dc8610554247b1e5f663.zip |
gnu: gnome-connections: Improve wording.
* gnu/packages/gnome.scm (gnome-connections) [description]: Add space after
comma in @acronym.
Change-Id: Ib6c9e39057786e7bd135874238a9b7629e316200
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index de5be90d92..57f2b24ea9 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -13818,6 +13818,6 @@ Protocol} for @acronym{VoIP, Voice over @acronym{IP, Internet Protocol}}.") (home-page "https://apps.gnome.org/Connections") (synopsis "View and use other desktops") (description "Connections allows the user to connect to different -real or virtual machines, using @acronym{VNC,Virtual Network Computing} -or @acronym{RDP,Remote Desktop Protocol}.") +real or virtual machines, using @acronym{VNC, Virtual Network Computing} +or @acronym{RDP, Remote Desktop Protocol}.") (license license:gpl3+))) |