From c743fd4ae8e95a3fc1da3d024f9076eeafa0f45c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 20 Apr 2021 00:30:00 +0800 Subject: [PATCH] README: also update the stackage-server CI link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51383a34..92f4150b 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ 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) [![Build Status](https://travis-ci.org/fpco/stackage-server.svg?branch=master)](https://travis-ci.org/fpco/stackage-server) +* [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) * [curator](https://github.com/commercialhaskell/curator) [![Build Status](https://travis-ci.org/fpco/stackage-curator.svg?branch=master)](https://travis-ci.org/fpco/stackage-curator) * [lts-haskell](https://github.com/commercialhaskell/lts-haskell) * [stackage-snapshots](https://github.com/commercialhaskell/stackage-snapshots/)