Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.

Commit 4aa442a

Browse files
committed
Update lib.rs
1 parent f076eb2 commit 4aa442a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ struct Options {
5959
#[builder(setter(into), default = "\"keep-active\".to_string()")]
6060
app_name: String,
6161

62-
/// Reverse domain name of the program keeping the system awake. Defaults to `"io.github.segevfiner.keep-active"`. (Used on Linux)
62+
/// Reverse domain name of the program keeping the system awake. Defaults to `"io.github.omerbustun.keep-active"`. (Used on Linux)
6363
#[builder(
6464
setter(into),
65-
default = "\"io.github.segevfiner.keep-active\".to_string()"
65+
default = "\"io.github.omerbustun.keep-active\".to_string()"
6666
)]
6767
app_reverse_domain: String,
6868
}

0 commit comments

Comments
 (0)