summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPaul van Tilburg <paul@luon.net>2023-07-23 12:24:37 +0200
committerPaul van Tilburg <paul@luon.net>2023-07-23 12:37:38 +0200
commit433dad6ac2d7cba9146a403cddafdacfef6ceacc (patch)
tree9864c735ccf1c9e67430d7df3e711b3b7e35130e /Cargo.toml
parent8cf408e96689afc3a03afd1209cdc9cdc68330d3 (diff)
downloadconduit-433dad6ac2d7cba9146a403cddafdacfef6ceacc.zip
Turn README.Debian into a markdown file
It is common to have a markdown file per deployment subdirectory. Still install it as `README.Debian` to `/usr/share/doc/matrix-conduit` as per Debian policy. Also update the link in the main `README.md` file.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ae7de59..9196cf4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -137,7 +137,7 @@ instead of a server that has high scalability."""
section = "net"
priority = "optional"
assets = [
- ["debian/README.Debian", "usr/share/doc/matrix-conduit/", "644"],
+ ["debian/README.md", "usr/share/doc/matrix-conduit/README.Debian", "644"],
["README.md", "usr/share/doc/matrix-conduit/", "644"],
["target/release/conduit", "usr/sbin/matrix-conduit", "755"],
]