Skip to content

Commit

Permalink
chore(*): fix linter and links after repo transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieske committed Jun 26, 2023
1 parent 245abd8 commit c2cee79
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
[![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

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

Expand Down
2 changes: 1 addition & 1 deletion copas-async-scm-1.rockspec
Original file line number Diff line number Diff line change
@@ -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"


Expand Down
1 change: 1 addition & 0 deletions rockspecs/copas-async-0.1-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ description = {
Allows launching long-lived external commands without blocking
the coroutine scheduler.
]],
license = "MIT",
}

dependencies = {
Expand Down
1 change: 1 addition & 0 deletions rockspecs/copas-async-0.2-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ description = {
Allows launching long-lived external commands without blocking
the coroutine scheduler.
]],
license = "MIT",
}

dependencies = {
Expand Down
3 changes: 2 additions & 1 deletion rockspecs/copas-async-0.3-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c2cee79

Please sign in to comment.