ntrack: add license
This commit is contained in:
parent
395931cefe
commit
b21b369c6d
@ -25,10 +25,10 @@ stdenv.mkDerivation rec {
|
|||||||
sed -e "s@/usr\(/lib/ntrack/modules/\)@$out&@" -i common/ntrack.c
|
sed -e "s@/usr\(/lib/ntrack/modules/\)@$out&@" -i common/ntrack.c
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "Network Connectivity Tracking library for Desktop Applications";
|
description = "Network Connectivity Tracking library for Desktop Applications";
|
||||||
homepage = https://launchpad.net/ntrack;
|
homepage = https://launchpad.net/ntrack;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ ];
|
license = licenses.lgpl3Plus;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user