Update bat manifest (#3031)

This commit is contained in:
Richard Kuhnt 2019-01-24 17:35:58 +01:00 committed by GitHub
commit 8a14eb8d07

View File

@ -1,7 +1,7 @@
{
"homepage": "https://github.com/sharkdp/bat",
"description": "A cat(1) clone with syntax highlighting and Git integration",
"license": "MIT",
"license": "Apache-2.0",
"version": "0.9.0",
"architecture": {
"64bit": {
@ -11,9 +11,8 @@
},
"bin": "bat.exe",
"suggest": {
"less": [
"less"
]
"less": "less",
"ccat": "ccat"
},
"checkver": "github",
"autoupdate": {