diff --git a/.goreleaser.yml b/.goreleaser.yml index 5a6e6ffd..ace7c597 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -46,7 +46,7 @@ archives: - CHANGELOG.md - oragono.motd - default.yaml - - conventional.yaml + - traditional.yaml - docs/* - languages/*.yaml - languages/*.json diff --git a/default.yaml b/default.yaml index 7440f00a..c404a71a 100644 --- a/default.yaml +++ b/default.yaml @@ -1,7 +1,7 @@ # This is the default config file for Oragono. # It contains recommended defaults for all settings, including some behaviors -# that differ from conventional ircds. See conventional.yaml for a config -# with more "mainstream" behavior. +# that differ from conventional ircd+services setups. See traditional.yaml +# for a config with more "mainstream" behavior. # # If you are setting up a new oragono server, you should copy this file # to a new one named 'ircd.yaml', then read the whole file to see which