prosody: remove flosse from the list of maintainers

This commit is contained in:
Markus Kohlhase 2017-11-06 15:54:15 +01:00
parent ae4579e0cb
commit 1898496be7

View File

@ -67,6 +67,6 @@ stdenv.mkDerivation rec {
license = licenses.mit;
homepage = http://www.prosody.im;
platforms = platforms.linux;
maintainers = [ maintainers.flosse ];
maintainers = [ ];
};
}