aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-05-06 17:07:24 -0400
committerbnewbold <bnewbold@robocracy.org>2016-05-06 17:07:24 -0400
commita1aa5c4384f885d2fe8b34c32246ee1f3867763b (patch)
tree50e6a29eb00125ca30b240e379280cf8035e4fdb
parent6ec17f90b2c3a5a113dc839c32e9200a17a8aa21 (diff)
downloadexuberant-hacks-a1aa5c4384f885d2fe8b34c32246ee1f3867763b.tar.gz
exuberant-hacks-a1aa5c4384f885d2fe8b34c32246ee1f3867763b.zip
rename cow -> bovines
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 7a34130..cd44dae 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,5 +1,5 @@
[root]
-name = "exuberant-cow"
+name = "exuberant-bovines"
version = "0.1.0"
dependencies = [
"glium 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index e8a02e9..64255b8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,5 @@
[package]
-name = "exuberant-cow"
+name = "exuberant-bovines"
version = "0.1.0"
authors = ["bnewbold <bnewbold@robocracy.org>"]