diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.toml.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/config.toml.example b/config/config.toml.example index 7efe248..dce29ef 100644 --- a/config/config.toml.example +++ b/config/config.toml.example @@ -3,3 +3,7 @@ repository = "./slackbuilds" branch = "user/nick/updates" download_url = "https://example.com/some/path" remote_path = "example.com:/srv/httpd/some/path" + +[maintainer] +name = "Maintainer Name" +email = "maintainer@example.com" |
