mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-21 20:27:45 +00:00
12 lines
No EOL
365 B
QML
12 lines
No EOL
365 B
QML
// SPDX-FileCopyrightText: 2023 Joshua Goins <josh@redstrate.com>
|
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
import org.kde.kirigamiaddons.formcard as FormCard
|
|
|
|
import org.kde.coreaddons
|
|
|
|
FormCard.AboutPage {
|
|
aboutData: AboutData
|
|
donateUrl: "https://redstrate.com/fund"
|
|
getInvolvedUrl: "https://github.com/redstrate/Astra/blob/main/CONTRIBUTING.md"
|
|
} |