From c2cee79c1061030b4d9721c3d3822ae5458e6a5d Mon Sep 17 00:00:00 2001 From: Thijs Schreijer Date: Mon, 26 Jun 2023 17:46:54 +0200 Subject: [PATCH] chore(*): fix linter and links after repo transfer --- README.md | 12 ++++++------ copas-async-scm-1.rockspec | 2 +- rockspecs/copas-async-0.1-1.rockspec | 1 + rockspecs/copas-async-0.2-1.rockspec | 1 + rockspecs/copas-async-0.3-1.rockspec | 3 ++- 5 files changed, 11 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 33f102e..97567dd 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -[![Unix build](https://img.shields.io/github/workflow/status/hishamhm/copas-async/Unix%20build?label=Unix%20build&logo=linux)](https://github.com/hishamhm/copas-async/actions/workflows/unix_build.yml) -[![Coveralls code coverage](https://img.shields.io/coveralls/github/hishamhm/copas-async?logo=coveralls)](https://coveralls.io/github/hishamhm/copas-async) -[![Lint](https://github.com/hishamhm/copas-async/workflows/Lint/badge.svg)](https://github.com/hishamhm/copas-async/actions/workflows/lint.yml) -[![SemVer](https://img.shields.io/github/v/tag/hishamhm/copas-async?color=brightgreen&label=SemVer&logo=semver&sort=semver)](CHANGELOG.md) +[![Unix build](https://img.shields.io/github/actions/workflow/status/Tieske/copas-async/unix_build.yml?branch=main&label=Unix%20build&logo=linux)](https://github.com/Tieske/copas-async/actions/workflows/unix_build.yml) +[![Coveralls code coverage](https://img.shields.io/coveralls/github/Tieske/copas-async?logo=coveralls)](https://coveralls.io/github/Tieske/copas-async) +[![Lint](https://github.com/Tieske/copas-async/workflows/Lint/badge.svg)](https://github.com/Tieske/copas-async/actions/workflows/lint.yml) +[![SemVer](https://img.shields.io/github/v/tag/Tieske/copas-async?color=brightgreen&label=SemVer&logo=semver&sort=semver)](CHANGELOG.md) # Copas-Async -Copas-friendly true asynchronous threads, powered by Lua Lanes. +Copas-friendly true asynchronous threads, powered by [Lua Lanes](https://github.com/LuaLanes/lanes). ## License and copyright @@ -13,7 +13,7 @@ See [LICENSE.md](LICENSE.md) ## Documentation -See [online documentation](https://hishamhm.github.io/copas-async/) +See [online documentation](https://Tieske.github.io/copas-async/) ## Changelog diff --git a/copas-async-scm-1.rockspec b/copas-async-scm-1.rockspec index ae5818d..f82d9c8 100644 --- a/copas-async-scm-1.rockspec +++ b/copas-async-scm-1.rockspec @@ -1,7 +1,7 @@ local package_name = "copas-async" local package_version = "scm" local rockspec_revision = "1" -local github_account_name = "hishamhm" +local github_account_name = "Tieske" local github_repo_name = "copas-async" diff --git a/rockspecs/copas-async-0.1-1.rockspec b/rockspecs/copas-async-0.1-1.rockspec index 7353e49..080e1f5 100644 --- a/rockspecs/copas-async-0.1-1.rockspec +++ b/rockspecs/copas-async-0.1-1.rockspec @@ -14,6 +14,7 @@ description = { Allows launching long-lived external commands without blocking the coroutine scheduler. ]], + license = "MIT", } dependencies = { diff --git a/rockspecs/copas-async-0.2-1.rockspec b/rockspecs/copas-async-0.2-1.rockspec index b4b87ff..5a635b5 100644 --- a/rockspecs/copas-async-0.2-1.rockspec +++ b/rockspecs/copas-async-0.2-1.rockspec @@ -14,6 +14,7 @@ description = { Allows launching long-lived external commands without blocking the coroutine scheduler. ]], + license = "MIT", } dependencies = { diff --git a/rockspecs/copas-async-0.3-1.rockspec b/rockspecs/copas-async-0.3-1.rockspec index 56b32ca..25f98cc 100644 --- a/rockspecs/copas-async-0.3-1.rockspec +++ b/rockspecs/copas-async-0.3-1.rockspec @@ -10,7 +10,8 @@ description = { Copas-friendly true asynchronous threads, powered by Lua Lanes. Allows launching long-lived external commands without blocking the coroutine scheduler. - ]] + ]], + license = "MIT", } dependencies = { "lua >= 5.1",