1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

ejabberd: move to by-name

This commit is contained in:
wxt 2024-10-24 17:07:34 +08:00
parent 062c4f5974
commit 98c97d6d88
3 changed files with 0 additions and 2 deletions

View file

@ -24193,8 +24193,6 @@ with pkgs;
etcd_3_4 = callPackage ../servers/etcd/3.4.nix { };
etcd_3_5 = callPackage ../servers/etcd/3.5 { };
ejabberd = callPackage ../servers/xmpp/ejabberd { };
exhaustive = callPackage ../development/tools/exhaustive { };
hyp = callPackage ../servers/http/hyp { };