guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: glib-networking: Update home-page, synopsis, description and


From: guix-commits
Subject: 03/03: gnu: glib-networking: Update home-page, synopsis, description and license.
Date: Sun, 28 Mar 2021 12:32:24 -0400 (EDT)

lle_bout pushed a commit to branch core-updates
in repository guix.

commit b8d70b956d50a8fec0643d4dda95ff330f44a226
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Sun Mar 28 07:00:27 2021 -0400

    gnu: glib-networking: Update home-page, synopsis, description and license.
    
    * gnu/packages/gnome.scm (glib-networking)[home-page]: Modify.
    [synopsis]: Modify.
    [description]: Modify.
    [license]: Update to lgpl2.1+.
    
    Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
---
 gnu/packages/gnome.scm | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index bb98f4c..624fdf3 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4715,12 +4715,16 @@ library.")
        ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
        ("libproxy" ,libproxy)
        ("openssl" ,openssl)))
-    (home-page "https://www.gnome.org";)
-    (synopsis "Network-related GIO modules")
-    (description
-     "This package contains various network related extensions for the GIO
-library.")
-    (license license:lgpl2.0+)))
+    (home-page "https://wiki.gnome.org/Projects/GLib";)
+    (synopsis "Network extensions for GLib")
+    (description
+     "Glib-networking contains the implementations of certain GLib networking
+features that cannot be implemented directly in GLib itself because of their
+dependencies.  Currently it contains GnuTLS and OpenSSL-based implementations 
of
+GTlsBackend, a libproxy-based implementation of GProxyResolver,
+GLibproxyResolver, and a GNOME GProxyResolver that uses the proxy information
+from the GSettings schemas in gsettings-desktop-schemas.")
+    (license license:lgpl2.1+)))
 
 (define-public rest
   (package



reply via email to

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