diff options
| author | Matthew Fennell <matthew@fennell.dev> | 2025-12-27 12:40:20 +0000 |
|---|---|---|
| committer | Matthew Fennell <matthew@fennell.dev> | 2025-12-27 12:40:20 +0000 |
| commit | 5d8e439bc597159e3c9f0a8b65c0ae869dead3a8 (patch) | |
| tree | ed28aefed8add0da1c55c08fdf80b23c4346e0dc /src/plugins/next-week-panel/next-week-panel.plugin | |
Import Upstream version 43.0upstream/latest
Diffstat (limited to 'src/plugins/next-week-panel/next-week-panel.plugin')
| -rw-r--r-- | src/plugins/next-week-panel/next-week-panel.plugin | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/plugins/next-week-panel/next-week-panel.plugin b/src/plugins/next-week-panel/next-week-panel.plugin new file mode 100644 index 0000000..0f029ad --- /dev/null +++ b/src/plugins/next-week-panel/next-week-panel.plugin @@ -0,0 +1,13 @@ +[Plugin] +Name = Next 7 days +Module = next-week-panel +Description = A panel to show tasks scheduled for the next 7 days +Version = @VERSION@ +Authors = Georges Basile Stavracas Neto <gbsneto@gnome.org> +Copyright = Copyleft © The Endeavour maintainers +Website = https://wiki.gnome.org/Apps/Todo +Builtin = true +License = GPL +Loader = C +Embedded = next_week_panel_plugin_register_types +Depends = |
