mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-22 04:37:46 +00:00
This adds more libraries that are used in Astra, a better warning about
possible violations, and donation/repo links.
(cherry picked from commit 47f52e5710
)
12 lines
No EOL
335 B
QML
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"
|
|
} |