diff --git a/qml/pages/AboutPage.qml b/qml/pages/AboutPage.qml index 5c04ee7..5a9c574 100644 --- a/qml/pages/AboutPage.qml +++ b/qml/pages/AboutPage.qml @@ -39,7 +39,7 @@ You can save, load and delete your settings giving a name to them. ") } - SectionHeader { text: qsTr("Developers") } + SectionHeader { text: qsTr("Developers and sources") } Label { anchors { left: parent.left @@ -55,12 +55,15 @@ You can save, load and delete your settings giving a name to them. text: qsTr(" Copyright (C) 2017 Claudio Maradonna Unitoo Team, Italy + +Sources at: https://github.com/UnitooTeam/harbour-boxing-timer ") } Repeater { model: ListModel { ListElement { label: "Email" ; value: "claudio@unitoo.pw" } + ListElement { label: "Github"; value: "UnitooTeam" } ListElement { label: "Diaspora" ; value: "claudiounitoo@framasphere.org" } ListElement { label: "Mastodon" ; value: "@unitoo" } ListElement { label: "XMPP" ; value: "unitoo@fysh.in" }