rtv: Add jgeerds to maintainers

This commit is contained in:
Jascha Geerds 2015-06-21 13:23:38 +02:00
parent de76ce46e6
commit ef50db91f7

View File

@ -17,12 +17,10 @@ pythonPackages.buildPythonPackage rec {
python.modules.curses python.modules.curses
]; ];
meta = { meta = with stdenv.lib; {
homepage = https://github.com/michael-lazar/rtv; homepage = https://github.com/michael-lazar/rtv;
description = "Browse Reddit from your Terminal"; description = "Browse Reddit from your Terminal";
license = stdenv.lib.licenses.mit; license = licenses.mit;
maintainers = with stdenv.lib.maintainers; [ matthiasbeyer ]; maintainers = with maintainers; [ matthiasbeyer jgeerds ];
}; };
} }