Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
Fix author name in luajit example
Browse files Browse the repository at this point in the history
  • Loading branch information
livioribeiro committed Sep 25, 2015
1 parent 46c53a9 commit c07ae5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion luajit-to-rust/Cargo.toml
@@ -1,7 +1,8 @@
[package]
name = "luajit-to-rust"
version = "0.1.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
# Modified based on python version
authors = ["Livio Ribeiro <livioribeiro@outlook.com>"]

[lib]
name = "double_input"
Expand Down

0 comments on commit c07ae5e

Please sign in to comment.