From 6265deffb92b91e9610fb2a43467b52d7823e4a5 Mon Sep 17 00:00:00 2001 From: Alex Miller <87371546+paralexm@users.noreply.github.com> Date: Sun, 3 Dec 2023 14:14:03 -0500 Subject: [PATCH] Change simple-exec url from GitLab to GitHub. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e62f3292..e6c35126 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ _[![GitLab CI/CD smoke test status](https://img.shields.io/gitlab/pipeline/adamr Bullseye is a [.NET library](https://www.nuget.org/packages/Bullseye) that runs a target dependency graph. -Bullseye is primarily designed as a build tool for .NET projects, and is usually used together with [SimpleExec](https://gitlab.com/adamralph/simple-exec), but Bullseye targets can do anything. They are not restricted to building .NET projects. +Bullseye is primarily designed as a build tool for .NET projects, and is usually used together with [SimpleExec](https://github.com/adamralph/simple-exec), but Bullseye targets can do anything. They are not restricted to building .NET projects. Platform support: [.NET 6.0 and later](https://docs.microsoft.com/en-us/dotnet/standard/net-standard).