Skip to content

Commit

Permalink
GitHub org rename
Browse files Browse the repository at this point in the history
  • Loading branch information
wolveix committed Oct 24, 2024
1 parent 31c4cca commit fd6c82c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shell/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"strconv"
"time"

"github.com/GlobalCyberAlliance/telnet-go"
"github.com/globalcyberalliance/telnet-go"
)

type AuthHandler func(session *telnet.Session) bool
Expand Down
2 changes: 1 addition & 1 deletion shell/shell.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"regexp"
"strings"

"github.com/GlobalCyberAlliance/telnet-go"
"github.com/globalcyberalliance/telnet-go"
)

const (
Expand Down

0 comments on commit fd6c82c

Please sign in to comment.