glib-networking: improve meta
* Add maintainers
* Add homepage
* Correct license as per b9c0324376
This commit is contained in:
parent
84f318e323
commit
8c7be1b927
|
@ -57,7 +57,9 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Network-related giomodules for glib";
|
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;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue