Skip to content

Commit b786f6f

Browse files
authored
feat(packages): move packages repository (#280)
BREAKING CHANGE: Packages are moved to a separate repository Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 6e68932 commit b786f6f

File tree

2 files changed

+1
-22
lines changed

2 files changed

+1
-22
lines changed

.github/workflows/package-validate.yml

-21
This file was deleted.

pkgmgr/config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ func NewDefaultConfig() (Config, error) {
7979
runtime.GOOS,
8080
runtime.GOARCH,
8181
},
82-
RegistryUrl: "https://github.com/blinklabs-io/cardano-up/archive/refs/heads/main.zip",
82+
RegistryUrl: "https://github.com/blinklabs-io/cardano-up-packages/archive/refs/heads/main.zip",
8383
}
8484
return ret, nil
8585
}

0 commit comments

Comments
 (0)