hpack: drop quotes from version: field, apparently not required
[ci skip]
This commit is contained in:
parent
78ee11d795
commit
a18e4e9773
@ -1,5 +1,5 @@
|
|||||||
name: hledger-api
|
name: hledger-api
|
||||||
version: '1.13'
|
version: 1.13
|
||||||
synopsis: Web API server for the hledger accounting tool
|
synopsis: Web API server for the hledger accounting tool
|
||||||
description: |
|
description: |
|
||||||
This is a simple web API server for hledger data.
|
This is a simple web API server for hledger data.
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: hledger-lib
|
name: hledger-lib
|
||||||
version: '1.13.1'
|
version: 1.13.1
|
||||||
synopsis: Core data types, parsers and functionality for the hledger accounting tools
|
synopsis: Core data types, parsers and functionality for the hledger accounting tools
|
||||||
description: |
|
description: |
|
||||||
This is a reusable library containing hledger's core functionality.
|
This is a reusable library containing hledger's core functionality.
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name : hledger-ui
|
name : hledger-ui
|
||||||
version : '1.13.1'
|
version : 1.13.1
|
||||||
synopsis : Curses-style user interface for the hledger accounting tool
|
synopsis : Curses-style user interface for the hledger accounting tool
|
||||||
description : |
|
description : |
|
||||||
This is hledger's curses-style interface.
|
This is hledger's curses-style interface.
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: hledger-web
|
name: hledger-web
|
||||||
version: '1.13'
|
version: 1.13
|
||||||
synopsis: Web interface for the hledger accounting tool
|
synopsis: Web interface for the hledger accounting tool
|
||||||
description: |
|
description: |
|
||||||
This is hledger's web interface.
|
This is hledger's web interface.
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: hledger
|
name: hledger
|
||||||
version: '1.13.2'
|
version: 1.13.2
|
||||||
synopsis: Command-line interface for the hledger accounting tool
|
synopsis: Command-line interface for the hledger accounting tool
|
||||||
description: |
|
description: |
|
||||||
This is hledger's command-line interface.
|
This is hledger's command-line interface.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user