glib-networking: improve meta

* Add maintainers
* Add homepage
* Correct license as per b9c0324376
This commit is contained in:
Jan Tojnar 2019-09-02 15:24:12 +02:00
parent 84f318e323
commit 8c7be1b927
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -57,7 +57,9 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Network-related giomodules for glib";
license = licenses.lgpl2Plus;
homepage = https://gitlab.gnome.org/GNOME/glib-networking;
license = licenses.lgpl21Plus;
maintainers = gnome3.maintainers;
platforms = platforms.unix;
};
}