gnet: add license

This commit is contained in:
Markus Kowalewski 2018-08-20 20:28:40 +02:00
parent 06aabd8ef2
commit c003762447
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -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 ];
};