diff mbox series

bug#54527: [PATCH] gnu: Add gigolo.

Message ID 878rsy8fl5.fsf@gnu.org
State Accepted
Headers show
Series bug#54527: [PATCH] gnu: Add gigolo. | expand

Commit Message

Ludovic Courtès March 25, 2022, 10:57 a.m. UTC
Hi,

tumashu@163.com skribis:

> From: Feng Shu <tumashu@163.com>
>
> * gnu/packages/xfce.scm (gigolo): New variable.

Applied with the cosmetic changes below + license change: source file
headers explicitly say “version 2”, without the “or any later version”
wording.

Thanks,
Ludo’.
diff mbox series

Patch

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index b58a517257..a2d8e99290 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -897,12 +897,12 @@  (define-public gigolo
     (native-inputs (list pkg-config intltool))
     (inputs (list gtk+))
     (home-page "https://www.xfce.org/")
-    (synopsis "A frontend to easily manage connections to remote filesystems")
+    (synopsis "Manage connections to remote file systems")
     (description
-     "A frontend to easily manage connections to remote filesystems using
-GIO/GVfs.  It allows you to quickly connect/mount local and remote filesystems
-and manage bookmarks of such.")
-    (license gpl2+)))
+     "Gigolo is a graphical user interface to easily manage connections to
+remote file systems using GIO/GVfs.  It allows you to quickly connect/mount
+local and remote file systems and manage bookmarks of such.")
+    (license gpl2)))                              ;version 2 only
 
 (define-public xfce4-terminal
   (package