summaryrefslogtreecommitdiffstats
path: root/nixos/modules/services/networking/go-neb.nix
blob: 1e900c729acb7d5307ea817cbff685d7e4a2d27a (plain)
1
2
3
4
5
6
7
8
9
10
{ lib, ... }:

{
  imports = [
    (lib.mkRemovedOptionModule [ "services" "go-neb" ] ''
      The Go-NEB project was discontinued by Matrix.org and archived in June
      2023. Use matrix-hookshot or another maintained Matrix bot instead.
    '')
  ];
}