1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-21 20:27:45 +00:00
astra/launcher/ui/Settings/AboutPage.qml
Joshua Goins 47f52e5710 Add even more about data
This adds more libraries that are used in Astra, a better warning about
possible violations, and donation/repo links.
2024-03-22 21:22:13 -04:00

12 lines
No EOL
335 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://sr.ht/~redstrate/astra"
}