aboutsummaryrefslogtreecommitdiff
path: root/app.json
diff options
context:
space:
mode:
Diffstat (limited to 'app.json')
-rw-r--r--app.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.json b/app.json
index 3628dd0a..98b81c38 100644
--- a/app.json
+++ b/app.json
@@ -1,6 +1,6 @@
{
"name": "pyAggr3g470r",
- "description": "A news aggregator with a web interface based on Flask. It can be deployed on Heroku or on a traditional server.",
+ "description": "A news aggregator that can be deployed on Heroku.",
"keywords": ["aggregator", "news", "RSS"],
"repository": "https://github.com/cedricbonhomme/pyAggr3g470r",
"logo": "https://raw.githubusercontent.com/cedricbonhomme/pyAggr3g470r/master/pyaggr3g470r/static/img/logo.png",
bgstack15