Skip to content

Commit 4d1f95a

Browse files
committed
update project URL and email
1 parent 1b84a5a commit 4d1f95a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
name = "piccolo"
33
version = "0.1.1"
44
description = "Stackless Lua VM implemented in pure Rust"
5-
authors = ["kyren <catherine@triplehex.dev>"]
5+
authors = ["kyren <catherine@kyju.org>"]
66
edition = "2021"
77
license = "MIT"
88
readme = "README.md"
9-
repository = "https://github.com/triplehex/piccolo"
9+
repository = "https://github.com/kyren/piccolo"
1010

1111
[profile.release]
1212
opt-level = 3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![crates.io](https://img.shields.io/crates/v/piccolo)](https://crates.io/crates/piccolo)
22
[![docs.rs](https://docs.rs/piccolo/badge.svg)](https://docs.rs/piccolo)
3-
[![Build Status](https://img.shields.io/circleci/project/github/triplehex/piccolo.svg)](https://circleci.com/gh/triplehex/piccolo)
3+
[![Build Status](https://img.shields.io/circleci/project/github/kyren/piccolo.svg)](https://circleci.com/gh/kyren/piccolo)
44

55
## piccolo - An experimental stackless Lua VM implemented in pure Rust
66

0 commit comments

Comments
 (0)