Skip to content

Commit

Permalink
Update library.go
Browse files Browse the repository at this point in the history
Signed-off-by: gitworkflows <118260833+gitworkflows@users.noreply.github.com>
  • Loading branch information
gitworkflows authored Sep 23, 2024
1 parent 92d3b70 commit 406fd20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions golicenses/licenses/library.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ import (
)

var (
// TODO(RJPercival): Support replacing "khulnasoft" with Go Module version
// TODO(RJPercival): Support replacing "master" with Go Module version
repoPathPrefixes = map[string]string{
"github.com": "blob/khulnasoft/",
"bitbucket.org": "src/khulnasoft/",
"github.com": "blob/master/",
"bitbucket.org": "src/master/",
}
)

Expand Down

0 comments on commit 406fd20

Please sign in to comment.