Skip to content

Commit d3f871b

Browse files
committed
Fix license
1 parent 0d17512 commit d3f871b

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

conditional-restriction-parser.cabal

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,17 @@ cabal-version: 1.12
55
-- see: https://github.com/sol/hpack
66

77
name: conditional-restriction-parser
8-
version: 0.1.0
8+
version: 0.1.0.0
9+
synopsis: Parser and interpreter of OpenStreetMap conditional restriction values
910
description: Please see the README on GitHub at <https://github.com/lbuchli/conditional-restriction-parser#readme>
11+
category: Library Utils Parser
1012
homepage: https://github.com/lbuchli/conditional-restriction-parser#readme
1113
bug-reports: https://github.com/lbuchli/conditional-restriction-parser/issues
1214
author: Lukas Buchli
1315
maintainer: [email protected]
1416
copyright: 2022 Lukas Buchli
15-
license: AGPLv3
17+
license: AGPL-3
18+
license-file: LICENSE.md
1619
build-type: Simple
1720
extra-source-files:
1821
README.md

package.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: conditional-restriction-parser
2-
version: 0.1.0.0
2+
version: 0.1.0.1
33
github: "lbuchli/conditional-restriction-parser"
4-
license: AGPLv3
4+
license: AGPL-3
5+
license-file: LICENSE.md
56
author: "Lukas Buchli"
67
maintainer: "[email protected]"
78
copyright: "2022 Lukas Buchli"

0 commit comments

Comments
 (0)