1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-10 18:12:34 +09:00

nixos/dendrite: fix broken example conf link (#342056)

This commit is contained in:
Nick Cao 2024-09-15 09:37:32 -04:00 committed by GitHub
commit 04cc842ee5
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -258,7 +258,7 @@ in
default = { }; default = { };
description = '' description = ''
Configuration for dendrite, see: Configuration for dendrite, see:
<https://github.com/matrix-org/dendrite/blob/master/dendrite-config.yaml> <https://github.com/matrix-org/dendrite/blob/main/dendrite-sample.yaml>
for available options with which to populate settings. for available options with which to populate settings.
''; '';
}; };