Skip to content

Commit 2da2fed

Browse files
committed
fix oversight
1 parent 573e0a3 commit 2da2fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Application.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ namespace Reminduck {
175175
private static void request_autostart () {
176176
Xdp.Portal portal = new Xdp.Portal ();
177177
GenericArray<weak string> cmd = new GenericArray<weak string> ();
178-
cmd.add ("com.github.elfenware.reminduck");
178+
cmd.add ("io.github.ellie_commons.reminduck");
179179
cmd.add ("--headless");
180180

181181
portal.request_background.begin (

0 commit comments

Comments
 (0)