diff options
| author | Eugen Wissner <belka@caraus.de> | 2023-08-28 21:05:47 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2023-08-28 21:05:47 +0200 |
| commit | c2b98ba395aa486c18fa002175d93aa789b231d6 (patch) | |
| tree | abd459165ae6c51f38358c65ed55a57efacab4c7 /config | |
| parent | 2126488066713719e26a1049adb080e68ec124f1 (diff) | |
| download | slackbuilder-c2b98ba395aa486c18fa002175d93aa789b231d6.tar.gz | |
Reimplement the info file printer
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" |
