diff --git a/CREDITS.md b/CREDITS.md index 4a4c6e4..183433e 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -15,6 +15,7 @@ Thanks everyone for your support! [arnauld](https://codeberg.org/arnauld)
[BMKÖS](https://www.bmkoes.gv.at/)
[Bri Hefele](https://brhfl.com)
+[bthj](https://sonomu.club/@aflands)
[Christian Pacaud](https://www.christianpacaud.com/)
[Dave Riedstra](https://daveriedstra.com/)
[dec23k](https://mastodon.ie/@dec23k)
@@ -22,6 +23,7 @@ Thanks everyone for your support! [DURAD](https://durad.xyz)
[ecogex](https://ecogex.com/)
[Edgar Aichinger](https://build.opensuse.org/users/edogawa)
+[Emanuel Pesendorfer](https://emanuel-pesendorfer.at/)
hatsch
[Ian Menz](https://norcal.social/@CallMePlayer)
[Internet Stiftung](https://www.internetstiftung.at/)
diff --git a/desktop/REUSE.toml b/desktop/REUSE.toml index 856bd81..6094437 100644 --- a/desktop/REUSE.toml +++ b/desktop/REUSE.toml @@ -5,8 +5,9 @@ path = [ # Tauri does not allow arbitrary files to be placed inside the `capabilities` # directory (they are otherwise parsed as json, irrespective of their # extension), therefore we need to manage the licensing information for - # capabilities/default.json here, from the parent directory. - "capabilities/default.json", + # capabilities/*.json here, from the parent directory. + "capabilities/editor.json", + "capabilities/launcher.json", "tauri.conf.json" ] SPDX-FileCopyrightText = "2025 Simon Repp"