lol

gnet: add license

+1
+1
pkgs/development/libraries/gnet/default.nix
··· 17 meta = with stdenv.lib; { 18 description = "A network library, written in C, object-oriented, and built upon GLib"; 19 homepage = https://developer.gnome.org/gnet/; 20 platforms = platforms.linux; 21 maintainers = with maintainers; [ pSub ]; 22 };
··· 17 meta = with stdenv.lib; { 18 description = "A network library, written in C, object-oriented, and built upon GLib"; 19 homepage = https://developer.gnome.org/gnet/; 20 + license = licenses.lgpl2; 21 platforms = platforms.linux; 22 maintainers = with maintainers; [ pSub ]; 23 };