tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
ejabberd: remove myself as maintainer
ajs124
5 years ago
2fcf614e
aba519cf
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
servers
xmpp
ejabberd
default.nix
+1
-1
pkgs/servers/xmpp/ejabberd/default.nix
···
115
license = licenses.gpl2;
116
homepage = "https://www.ejabberd.im";
117
platforms = platforms.linux;
118
-
maintainers = with maintainers; [ sander abbradar ajs124 ];
119
broken = withElixir;
120
};
121
}
···
115
license = licenses.gpl2;
116
homepage = "https://www.ejabberd.im";
117
platforms = platforms.linux;
118
+
maintainers = with maintainers; [ sander abbradar ];
119
broken = withElixir;
120
};
121
}