From a3081ed82d3a5cf09325edc5227ab826512e7bd8 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 17 Aug 2025 13:57:15 +0800 Subject: [PATCH] README.md: update stackage-server repo url [skip-ci] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3ed97b09..55e0b78c 100644 --- a/README.md +++ b/README.md @@ -37,13 +37,13 @@ The Stackage project consists of multiple repositories. This repository contains the metadata on packages to be included in future builds and some project information. In addition, we have the following repositories: -* [stackage-server](https://github.com/fpco/stackage-server) [![Base image](https://github.com/fpco/stackage-server/actions/workflows/base.yml/badge.svg)](https://github.com/fpco/stackage-server/actions/workflows/base.yml) +* [stackage-server](https://github.com/commercialhaskell/stackage-server) * [curator](https://github.com/commercialhaskell/curator) ![Build Status](https://github.com/commercialhaskell/curator/workflows/Runtime%20image/badge.svg) * [lts-haskell](https://github.com/commercialhaskell/lts-haskell) * [stackage-snapshots](https://github.com/commercialhaskell/stackage-snapshots/) Curious how it all fits together? See the [Stackage data -flow](https://github.com/commercialhaskell/stackage/blob/master/DATA-FLOW.md). +flow](https://github.com/commercialhaskell/stackage/blob/master/DATA-FLOW.md) (slightly outdated) Build the package set ---------------------