gnet: add license
This commit is contained in:
parent
06aabd8ef2
commit
c003762447
@ -17,6 +17,7 @@ stdenv.mkDerivation {
|
||||
meta = with stdenv.lib; {
|
||||
description = "A network library, written in C, object-oriented, and built upon GLib";
|
||||
homepage = https://developer.gnome.org/gnet/;
|
||||
license = licenses.lgpl2;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ pSub ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user