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
];
meta = {
meta = with stdenv.lib; {
homepage = https://github.com/michael-lazar/rtv;
description = "Browse Reddit from your Terminal";
license = stdenv.lib.licenses.mit;
maintainers = with stdenv.lib.maintainers; [ matthiasbeyer ];
license = licenses.mit;
maintainers = with maintainers; [ matthiasbeyer jgeerds ];
};
}