Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
dadav committed Jan 21, 2024
1 parent c7dfdef commit 1bf4a06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/exec/params_mac.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"net/url"
"strings"

"github.com/AlexxIT/go2rtc/internal/streams"
"github.com/dadav/go2rtc/internal/streams"
)

func parseParams(s string) (*Params, error) {
Expand Down
2 changes: 1 addition & 1 deletion internal/exec/pipe_mac.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"io"
"os/exec"

"github.com/AlexxIT/go2rtc/pkg/core"
"github.com/dadav/go2rtc/pkg/core"
)

// PipeCloser - return StdoutPipe that Kill cmd on Close call
Expand Down

0 comments on commit 1bf4a06

Please sign in to comment.