maintainers: add myself as a maintainer to obconf and teamspeak_client
This commit is contained in:
parent
0f6ae6403e
commit
33879427b7
@ -60,6 +60,7 @@
|
|||||||
kkallio = "Karn Kallio <tierpluspluslists@gmail.com>";
|
kkallio = "Karn Kallio <tierpluspluslists@gmail.com>";
|
||||||
ktosiek = "Tomasz Kontusz <tomasz.kontusz@gmail.com>";
|
ktosiek = "Tomasz Kontusz <tomasz.kontusz@gmail.com>";
|
||||||
lethalman = "Luca Bruno <lucabru@src.gnome.org>";
|
lethalman = "Luca Bruno <lucabru@src.gnome.org>";
|
||||||
|
lhvwb = "Nathaniel Baxter <nathaniel.baxter@gmail.com>";
|
||||||
linquize = "Linquize <linquize@yahoo.com.hk>";
|
linquize = "Linquize <linquize@yahoo.com.hk>";
|
||||||
lovek323 = "Jason O'Conal <jason@oconal.id.au>";
|
lovek323 = "Jason O'Conal <jason@oconal.id.au>";
|
||||||
ludo = "Ludovic Courtès <ludo@gnu.org>";
|
ludo = "Ludovic Courtès <ludo@gnu.org>";
|
||||||
|
@ -77,6 +77,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "The TeamSpeak voice communication tool";
|
description = "The TeamSpeak voice communication tool";
|
||||||
homepage = http://teamspeak.com/;
|
homepage = http://teamspeak.com/;
|
||||||
license = "http://www.teamspeak.com/?page=downloads&type=ts3_linux_client_latest";
|
license = "http://www.teamspeak.com/?page=downloads&type=ts3_linux_client_latest";
|
||||||
|
maintainers = [ stdenv.lib.maintainers.lhvwb ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -22,5 +22,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "GUI configuration tool for openbox";
|
description = "GUI configuration tool for openbox";
|
||||||
homepage = "http://openbox.org/wiki/ObConf";
|
homepage = "http://openbox.org/wiki/ObConf";
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
|
maintainers = [ stdenv.lib.maintainers.lhvwb ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user