diff options
author | Daniel Goertzen <[email protected]> | 2016-06-08 13:46:52 -0500 |
---|---|---|
committer | Daniel Goertzen <[email protected]> | 2016-06-08 13:55:22 -0500 |
commit | 525e3d93e46705ba1f7303485744a93de30859d9 (patch) | |
tree | 7ceba3ca1471b8e66af99c858cb1fb9884d0de3a | |
parent | fb1b4f80bb945266e42e6019218cb595f14b4479 (diff) | |
download | erlang.mk-525e3d93e46705ba1f7303485744a93de30859d9.tar.gz erlang.mk-525e3d93e46705ba1f7303485744a93de30859d9.tar.bz2 erlang.mk-525e3d93e46705ba1f7303485744a93de30859d9.zip |
Fix rust.mk package info.
-rw-r--r-- | index/rust.mk | 7 | ||||
-rw-r--r-- | index/rust_mk.mk | 7 |
2 files changed, 7 insertions, 7 deletions
diff --git a/index/rust.mk b/index/rust.mk deleted file mode 100644 index 8291cf2..0000000 --- a/index/rust.mk +++ /dev/null @@ -1,7 +0,0 @@ -PACKAGES += rust -pkg_rust_name = rust -pkg_rust_description = Build Rust crates in an Erlang application -pkg_rust_homepage = https://github.com/goertzenator/rust.mk -pkg_rust_fetch = git -pkg_rust_repo = https://github.com/goertzenator/rust.mk -pkg_rust_commit = master diff --git a/index/rust_mk.mk b/index/rust_mk.mk new file mode 100644 index 0000000..c0d0c37 --- /dev/null +++ b/index/rust_mk.mk @@ -0,0 +1,7 @@ +PACKAGES += rust_mk +pkg_rust_mk_name = rust_mk +pkg_rust_mk_description = Build Rust crates in an Erlang application +pkg_rust_mk_homepage = https://github.com/goertzenator/rust.mk +pkg_rust_mk_fetch = git +pkg_rust_mk_repo = https://github.com/goertzenator/rust.mk +pkg_rust_mk_commit = master |