Skip to content

Commit

Permalink
feat(packages): move packages repository (#280)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Packages are moved to a separate repository

Signed-off-by: Chris Gianelloni <wolf31o2@blinklabs.io>
  • Loading branch information
wolf31o2 authored Jul 14, 2024
1 parent 6e68932 commit b786f6f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 22 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/package-validate.yml

This file was deleted.

2 changes: 1 addition & 1 deletion pkgmgr/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func NewDefaultConfig() (Config, error) {
runtime.GOOS,
runtime.GOARCH,
},
RegistryUrl: "https://github.com/blinklabs-io/cardano-up/archive/refs/heads/main.zip",
RegistryUrl: "https://github.com/blinklabs-io/cardano-up-packages/archive/refs/heads/main.zip",
}
return ret, nil
}

0 comments on commit b786f6f

Please sign in to comment.