maintainers: add myself as a maintainer to obconf and teamspeak_client

This commit is contained in:
Nathaniel Baxter 2014-08-24 12:36:37 +10:00 committed by Bjørn Forsman
parent 0f6ae6403e
commit 33879427b7
3 changed files with 3 additions and 0 deletions

View file

@ -60,6 +60,7 @@
kkallio = "Karn Kallio <tierpluspluslists@gmail.com>";
ktosiek = "Tomasz Kontusz <tomasz.kontusz@gmail.com>";
lethalman = "Luca Bruno <lucabru@src.gnome.org>";
lhvwb = "Nathaniel Baxter <nathaniel.baxter@gmail.com>";
linquize = "Linquize <linquize@yahoo.com.hk>";
lovek323 = "Jason O'Conal <jason@oconal.id.au>";
ludo = "Ludovic Courtès <ludo@gnu.org>";

View file

@ -77,6 +77,7 @@ stdenv.mkDerivation rec {
description = "The TeamSpeak voice communication tool";
homepage = http://teamspeak.com/;
license = "http://www.teamspeak.com/?page=downloads&type=ts3_linux_client_latest";
maintainers = [ stdenv.lib.maintainers.lhvwb ];
platforms = stdenv.lib.platforms.linux;
};
}

View file

@ -22,5 +22,6 @@ stdenv.mkDerivation rec {
description = "GUI configuration tool for openbox";
homepage = "http://openbox.org/wiki/ObConf";
license = stdenv.lib.licenses.gpl2;
maintainers = [ stdenv.lib.maintainers.lhvwb ];
};
}