prosody: remove ninjatrappeur from maintainers

I give up on that one.
This commit is contained in:
Félix Baylac-Jacqué
2022-05-02 12:43:19 +02:00
parent 788ac72c78
commit 23b12701a4
+1 -1
View File
@@ -82,6 +82,6 @@ stdenv.mkDerivation rec {
license = licenses.mit;
homepage = "https://prosody.im";
platforms = platforms.linux;
maintainers = with maintainers; [ fpletz globin ninjatrappeur ];
maintainers = with maintainers; [ fpletz globin ];
};
}