Tweak capitalization / spacing in Write Freely name

This affects nodeinfo and ActivityPub requests
This commit is contained in:
Matt Baer
2018-11-08 13:37:42 -05:00
parent 254655d853
commit be31da2fe7
2 changed files with 3 additions and 2 deletions

2
app.go
View File

@@ -25,7 +25,7 @@ const (
assumedTitleLen = 80
postsPerPage = 10
serverSoftware = "Write Freely"
serverSoftware = "WriteFreely"
softwareURL = "https://writefreely.org"
softwareVer = "0.1"
)