From d97c0880de01770eaf703ac6d7f7912e6d435e79 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Wed, 18 Apr 2018 20:54:58 -0600
Subject: [PATCH] Fix lci and termplay recipes

---
 recipes/lci/recipe.sh      | 1 -
 recipes/termplay/recipe.sh | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/recipes/lci/recipe.sh b/recipes/lci/recipe.sh
index 4fe9ce46c..c1c88b909 100644
--- a/recipes/lci/recipe.sh
+++ b/recipes/lci/recipe.sh
@@ -1,2 +1 @@
 GIT=https://github.com/jD91mZM2/rust-lci
-GIT_UPSTREAM=https://github.com/jD91mZM2/rust-lci
diff --git a/recipes/termplay/recipe.sh b/recipes/termplay/recipe.sh
index dedcba021..c48fb7900 100644
--- a/recipes/termplay/recipe.sh
+++ b/recipes/termplay/recipe.sh
@@ -1,2 +1,2 @@
 GIT=https://github.com/jD91mZM2/termplay.git
-CARGOFLAGS=--no-default-features --features "termion"
+CARGOFLAGS="--no-default-features --features termion"
-- 
GitLab