Skip to content

Commit

Permalink
project: rename to audstopper
Browse files Browse the repository at this point in the history
Signed-off-by: Tomkoid <[email protected]>
  • Loading branch information
tomkoid committed May 6, 2024
1 parent 251ab6c commit 1c91820
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module codeberg.org/tomkoid/audiochanger
module codeberg.org/tomkoid/audstopper

go 1.22.2

Expand Down
4 changes: 2 additions & 2 deletions internal/audio/stop.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import (
"log"
"os/exec"

"codeberg.org/tomkoid/audiochanger/internal/config"
"codeberg.org/tomkoid/audiochanger/internal/tools"
"codeberg.org/tomkoid/audstopper/internal/config"
"codeberg.org/tomkoid/audstopper/internal/tools"
)

func StopAudio(config *config.Config) {
Expand Down
6 changes: 3 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import (

"mrogalski.eu/go/pulseaudio"

"codeberg.org/tomkoid/audiochanger/internal/audio"
"codeberg.org/tomkoid/audiochanger/internal/config"
"codeberg.org/tomkoid/audiochanger/internal/tools"
"codeberg.org/tomkoid/audstopper/internal/audio"
"codeberg.org/tomkoid/audstopper/internal/config"
"codeberg.org/tomkoid/audstopper/internal/tools"
)

func main() {
Expand Down

0 comments on commit 1c91820

Please sign in to comment.