Skip to content

Commit

Permalink
Renamed project, command to xmandump
Browse files Browse the repository at this point in the history
Closes #2.
  • Loading branch information
nilium authored and ericonr committed May 18, 2020
1 parent 5a0f8c7 commit c6a2997
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion cmd/mandump/main.go → cmd/xmandump/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
"strings"
"sync"

"go.spiff.io/mandump/internal/nxtools/xrepo"
"go.spiff.io/xmandump/internal/nxtools/xrepo"

"github.com/klauspost/compress/zstd"
"go.uber.org/zap"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module go.spiff.io/mandump
module go.spiff.io/xmandump

go 1.12

Expand Down
2 changes: 1 addition & 1 deletion internal/nxtools/xrepo/repodata.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"os"
"sort"

"go.spiff.io/mandump/internal/nxtools/xbps"
"go.spiff.io/xmandump/internal/nxtools/xbps"

"github.com/klauspost/compress/zstd"
"howett.net/plist"
Expand Down

0 comments on commit c6a2997

Please sign in to comment.