From fdb6845d4bd003f9a9766fd44385030edd079244 Mon Sep 17 00:00:00 2001 From: Samuel Leathers Date: Sat, 16 Dec 2023 12:05:14 -0500 Subject: [PATCH] chap: migrate to chap.intersectmbo.org --- README.md | 4 ++-- cabal.project | 2 +- flake.lock | 10 +++++----- flake.nix | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 718744826..2a4744597 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/cabal.project b/cabal.project index a04622a62..f4e7ccad2 100644 --- a/cabal.project +++ b/cabal.project @@ -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 diff --git a/flake.lock b/flake.lock index 04841c9ee..1db623947 100644 --- a/flake.lock +++ b/flake.lock @@ -3,15 +3,15 @@ "CHaP": { "flake": false, "locked": { - "lastModified": 1696538731, - "narHash": "sha256-oTsPiABmN7mw9hctagxzNcIDtvmyK4EuBzvMD2iXeeQ=", - "owner": "input-output-hk", + "lastModified": 1702742788, + "narHash": "sha256-lSU0M27LC0d60cJ2C2Kdo6gBwTCCYRiALbD528CoTtc=", + "owner": "intersectmbo", "repo": "cardano-haskell-packages", - "rev": "4276a203ed968d067b6c31c943b5bae5fc2ec4a2", + "rev": "4a236a8ad9e3c6d20235de27eacbe3d4de72479c", "type": "github" }, "original": { - "owner": "input-output-hk", + "owner": "intersectmbo", "ref": "repo", "repo": "cardano-haskell-packages", "type": "github" diff --git a/flake.nix b/flake.nix index ce67c19d5..644dd428c 100644 --- a/flake.nix +++ b/flake.nix @@ -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 @@ -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