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>
This commit is contained in:
parent
a1dd57ce83
commit
b8d70b956d
1 changed files with 9 additions and 5 deletions
|
@ -4715,12 +4715,16 @@ (define-public glib-networking
|
|||
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
|
||||
("libproxy" ,libproxy)
|
||||
("openssl" ,openssl)))
|
||||
(home-page "https://www.gnome.org")
|
||||
(synopsis "Network-related GIO modules")
|
||||
(home-page "https://wiki.gnome.org/Projects/GLib")
|
||||
(synopsis "Network extensions for GLib")
|
||||
(description
|
||||
"This package contains various network related extensions for the GIO
|
||||
library.")
|
||||
(license license:lgpl2.0+)))
|
||||
"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
|
||||
|
|
Loading…
Reference in a new issue