Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorBenjamin Neff <benjamin@coding4coffee.ch>2022-07-23 04:55:00 +0300
committerBenjamin Neff <benjamin@coding4coffee.ch>2022-07-23 17:59:37 +0300
commit49ba740b45c57e4ec745736c84226dc55b18d10b (patch)
tree23613ce55d04dbdf7ff23c1006fd0335893f79e8 /app
parente984fa7d91a287bc0882cc3db2f451158035243b (diff)
Add NodeInfo 2.1
Diffstat (limited to 'app')
-rw-r--r--app/presenters/node_info_presenter.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/presenters/node_info_presenter.rb b/app/presenters/node_info_presenter.rb
index 8eeda65d3..f0c231e27 100644
--- a/app/presenters/node_info_presenter.rb
+++ b/app/presenters/node_info_presenter.rb
@@ -30,6 +30,8 @@ class NodeInfoPresenter
def add_static_data(doc)
doc.software.name = "diaspora"
+ doc.software.repository = "https://github.com/diaspora/diaspora"
+ doc.software.homepage = "https://diasporafoundation.org/"
doc.protocols.protocols << "diaspora"
end