rtv: Add jgeerds to maintainers
This commit is contained in:
parent
de76ce46e6
commit
ef50db91f7
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user