···1717 meta = with stdenv.lib; {
1818 description = "A network library, written in C, object-oriented, and built upon GLib";
1919 homepage = https://developer.gnome.org/gnet/;
2020+ license = licenses.lgpl2;
2021 platforms = platforms.linux;
2122 maintainers = with maintainers; [ pSub ];
2223 };