ejabberd: remove myself as maintainer

This commit is contained in:
ajs124 2021-01-27 17:10:34 +01:00
parent aba519cfb3
commit 2fcf614ea3

View File

@ -115,7 +115,7 @@ in stdenv.mkDerivation rec {
license = licenses.gpl2;
homepage = "https://www.ejabberd.im";
platforms = platforms.linux;
maintainers = with maintainers; [ sander abbradar ajs124 ];
maintainers = with maintainers; [ sander abbradar ];
broken = withElixir;
};
}