Skip to content

Commit

Permalink
Merge pull request #454 from IntersectMBO/sl/migrate-intersect
Browse files Browse the repository at this point in the history
chap: migrate to chap.intersectmbo.org
  • Loading branch information
disassembler authored Dec 16, 2023
2 parents e545ee6 + fdb6845 commit 3118561
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ A collection of miscellaneous packages used by Cardano that cover:
Each sub-project has its own README.

Haddock for all packages from master branch can be found here:
[https://input-output-hk.github.io/cardano-base](https://input-output-hk.github.io/cardano-base/)
[https://cardano-base.cardano.intersectmbo.org](https://cardano-base.cardano.intersectmbo.org/)

All releases for packages found in this repository are recorded in [Cardano Haskell
package repository](https://github.com/input-output-hk/cardano-haskell-packages)
package repository](https://github.com/intersectmbo/cardano-haskell-packages)

## Building

Expand Down
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
repository cardano-haskell-packages
url: https://input-output-hk.github.io/cardano-haskell-packages
url: https://chap.intersectmbo.org/
secure: True
root-keys:
3e0cce471cf09815f930210f7827266fd09045445d65923e6d0238a6cd15126f
Expand Down
10 changes: 5 additions & 5 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
iohkNix.url = "github:input-output-hk/iohk-nix";
flake-utils.url = "github:hamishmack/flake-utils/hkm/nested-hydraJobs";

CHaP.url = "github:input-output-hk/cardano-haskell-packages?ref=repo";
CHaP.url = "github:intersectmbo/cardano-haskell-packages?ref=repo";
CHaP.flake = false;

# non-flake nix compatibility
Expand Down Expand Up @@ -46,7 +46,7 @@
# nix flake lock --update-input CHaP
#
inputMap = {
"https://input-output-hk.github.io/cardano-haskell-packages" = inputs.CHaP;
"https://chap.intersectmbo.org/" = inputs.CHaP;
};

# tools we want in our shell
Expand Down

0 comments on commit 3118561

Please sign in to comment.