diff --git a/Cargo.toml b/Cargo.toml index c9ae492..8abe721 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ systemd-units = { enable = false } assets = [ ["config.yml", "etc/webhookey/", "644"], ["target/release/webhookey", "usr/bin/", "755"], - ["README.md", "usr/share/doc/cargo-deb/README", "644"], + ["README.md", "usr/share/doc/webhookey/README", "644"], ["debian/service", "lib/systemd/system/webhookey.service", "644"], ] conf-files = ["/etc/webhookey/config.yml"]