Add myself as maintainer for several packages

And set missing meta.platforms for the packages I've added earlier.
This commit is contained in:
Bjørn Forsman
2013-05-20 20:28:15 +02:00
parent eaeb0c9c7d
commit 05bb66ce20
20 changed files with 59 additions and 33 deletions
@@ -12,9 +12,11 @@ stdenv.mkDerivation rec {
buildInputs = [ ncurses libpcap ];
meta = {
meta = with stdenv.lib; {
description = "libpcap based program for live TCP connection monitoring";
homepage = http://www.rhythm.cx/~steve/devel/tcptrack/; # dead link
license = stdenv.lib.licenses.lgpl21;
license = licenses.lgpl21;
platforms = platforms.linux;
maintainers = maintainers.bjornfor;
};
}