Update nodeinfo (#446)

Fix #433

I added the repo link to Cargo.toml so that `software.repository` could be configurable like @rhaamo suggested. I don't know if it's ok to include `software.repository` without bumping the schema version, but I didn't know if that would break any clients that parse nodeinfo with a hardcoded schema version.
This commit is contained in:
zcdunn
2019-02-17 13:42:59 +01:00
committed by Baptiste Gelez
parent 64d1944715
commit 7bac70a483
3 changed files with 29 additions and 10 deletions
+1
View File
@@ -2,6 +2,7 @@
authors = ["Plume contributors"]
name = "plume"
version = "0.2.0"
repository = "https://github.com/Plume-org/Plume"
[dependencies]
activitypub = "0.1.3"