luabitop: remove flosse from the list of maintainers

This commit is contained in:
Markus Kohlhase 2017-11-06 16:00:09 +01:00
parent d7ee7cf9d9
commit c84cb83e40

View File

@ -72,7 +72,7 @@ let
description = "C extension module for Lua which adds bitwise operations on numbers";
homepage = "http://bitop.luajit.org";
license = licenses.mit;
maintainers = with maintainers; [ flosse ];
maintainers = with maintainers; [ ];
};
};