mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-22 18:06:52 +00:00
Use snap name mlr, not miller (#1872)
This commit is contained in:
parent
dc9105a922
commit
0b8da34b4a
1 changed files with 4 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
name: miller
|
||||
adopt-info: miller
|
||||
name: mlr
|
||||
adopt-info: mlr
|
||||
summary: Miller is like awk, sed, cut, join and sort
|
||||
description: |
|
||||
Miller is like awk, sed, cut, join, and sort for data formats such as CSV, TSV, JSON, JSON Lines, and positionally-indexed.
|
||||
|
|
@ -32,13 +32,13 @@ platforms:
|
|||
build-for: [ppc64el]
|
||||
|
||||
apps:
|
||||
miller:
|
||||
mlr:
|
||||
command: usr/local/bin/mlr
|
||||
plugs:
|
||||
- home
|
||||
|
||||
parts:
|
||||
miller:
|
||||
mlr:
|
||||
source: https://github.com/johnkerl/miller
|
||||
source-type: git
|
||||
plugin: make
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue