Writing mistake fix

Fixed 'Development and maintenance'
This commit is contained in:
molan-git 2020-04-27 17:11:34 +02:00 committed by GitHub
parent 873d9b7231
commit 3078cef1a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -113,12 +113,6 @@ Page {
} }
Repeater { Repeater {
model: ListModel { model: ListModel {
ListElement {
name: "molan"
desc: qsTr("Maintainer of this release")
mastodon: ""
mail: "mol_an@sunrise.ch"
}
ListElement { ListElement {
name: "Duško Angirević" name: "Duško Angirević"
desc: qsTr("UI/UX design and development") desc: qsTr("UI/UX design and development")
@ -132,8 +126,8 @@ Page {
mail: "micotakis@gmail.com" mail: "micotakis@gmail.com"
} }
ListElement { ListElement {
name: "molan" name: "Molan"
desc: qsTr("Development and maintenence") desc: qsTr("Development and maintenance")
mastodon: "" mastodon: ""
mail: "mol_an@sunrise.ch" mail: "mol_an@sunrise.ch"
} }