Skip to content

Commit 4f4e79c

Browse files
committed
chore(rockspec): rename LuaRocks package to bluelua-evdev
1 parent f400e55 commit 4f4e79c

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ keyboards, pointers.
66
## Install
77

88
```bash
9-
luarocks install evdev
9+
luarocks install bluelua-evdev
1010
```
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package = "evdev"
1+
package = "bluelua-evdev"
22
version = "0.1.0-1"
33

44
source = {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package = "evdev"
1+
package = "bluelua-evdev"
22
version = "scm-1"
33

44
source = {

scripts/build-and-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -eu
55

66
ROOT=$(CDPATH= cd -- "$(dirname -- "$0")/.." && pwd)
77
BUILD_ROOT=${BUILD_ROOT:-"$ROOT/build"}
8-
ROCKSPEC="$ROOT/rockspecs/evdev-scm-1.rockspec"
8+
ROCKSPEC="$ROOT/rockspecs/bluelua-evdev-scm-1.rockspec"
99

1010
run_for() {
1111
interp=$1

0 commit comments

Comments
 (0)