redshift: add myself to maintainers

This commit is contained in:
Yegor Timoshenko 2018-01-17 04:48:16 +00:00
parent 694676c127
commit 846b5c42f1

View File

@ -58,6 +58,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3Plus;
homepage = http://jonls.dk/redshift;
platforms = platforms.linux;
maintainers = with maintainers; [ mornfall ];
maintainers = with maintainers; [ mornfall yegortimoshenko ];
};
}