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

Commit

Permalink
Update lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
omerbustun committed Feb 4, 2024
1 parent f076eb2 commit 4aa442a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ struct Options {
#[builder(setter(into), default = "\"keep-active\".to_string()")]
app_name: String,

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

0 comments on commit 4aa442a

Please sign in to comment.