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