corpus

Log | Files | Refs | README | LICENSE

commit 31a70d3181fe5907f5bcd2872ee1f0a0184d23ee
parent f3c2c0bb48e8ed96597d86e2151a7823a1b25906
Author: mtmn <miro@haravara.org>
Date:   Thu, 23 Apr 2026 00:23:48 +0200

fix: wording in about

Diffstat:
Msrc/View.elm | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/View.elm b/src/View.elm @@ -673,7 +673,7 @@ renderAboutView currentSlug allUsers = in div [] [ p [ class "about-lead" ] - [ text "corpus is a self-hosted listen history proxy that syncs scrobbles from " + [ text "corpus is a self-hosted proxy that syncs scrobbles from " , extLink "https://listenbrainz.org" "ListenBrainz" , text " and " , extLink "https://www.last.fm" "Last.fm."