···2121 meta = with lib; {
2222 description = "Color temperature setting library and CLI that operates in a similar way to f.lux and Redshift";
2323 license = licenses.mit;
2424- maintainers = with maintainers; [ rvolosatovs cstrahan ];
2424+ maintainers = with maintainers; [ cstrahan ];
2525 platforms = platforms.linux ++ platforms.windows;
2626 };
2727}