Skip to content

Commit

Permalink
Adding back the original maintainer and references.
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Nov 18, 2017
1 parent 3914b8d commit 83efcdb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

[Blog Post in Portuguese](http://blog.haskellbr.com/2016/08/18/escrevendo-dockerfiles-em-haskell.html)
- - -
Dockerfile linter, parser, pretty-printer and embedded DSL, forked from
Dockerfile parser, pretty-printer and embedded DSL, forked from
[hadolint](https://github.com/lukasmartinelli/hadolint).

Published on Hackage as [language-dockerfile](https://hackage.haskell.org/package/language-dockerfile).
Expand Down
14 changes: 7 additions & 7 deletions language-dockerfile.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ name: language-dockerfile
version: 0.3.6.0
synopsis: Dockerfile linter, parser, pretty-printer and embedded DSL
description: Forked from @hadolint@.
.
All functions for parsing, printing and writting Dockerfiles are exported through @Language.Dockerfile@. For more fine-grained operations look for specific modules that implement a certain functionality.
See the <https://github.com/lorenzo/haskell-language-dockerfile GitHub project> for the source-code and examples.
See the <https://github.com/beijaflor-io/haskell-language-dockerfile GitHub project> for the source-code and examples.
category: Development
homepage: https://github.com/lorenzo/language-dockerfile#readme
bug-reports: https://github.com/lorenzo/language-dockerfile/issues
homepage: https://github.com/beijaflor-io/language-dockerfile#readme
bug-reports: https://github.com/beijaflor-io/language-dockerfile/issues
author: Lukas Martinelli,
Pedro Tacla Yamada,
José Lorenzo Rodríguez
maintainer: [email protected]
maintainer: [email protected],
[email protected]
copyright: Lukas Martinelli, Copyright (c) 2016,
Pedro Tacla Yamada, Copyright (c) 2016,
José Lorenzo Rodríguez, Copyright (c) 2016
José Lorenzo Rodríguez, Copyright (c) 2017
license: GPL-3
license-file: LICENSE
build-type: Simple
Expand All @@ -29,7 +29,7 @@ extra-source-files:

source-repository head
type: git
location: https://github.com/lorenzo/language-dockerfile
location: https://github.com/beijaflor-io/language-dockerfile

library
hs-source-dirs:
Expand Down
11 changes: 6 additions & 5 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,26 @@ synopsis: Dockerfile linter, parser, pretty-printer and embedded DSL
description: '
Forked from @hadolint@.
All functions for parsing, printing and writting Dockerfiles are exported
through @Language.Dockerfile@. For more fine-grained operations look for
specific modules that implement a certain functionality.
See the <https://github.com/lorenzo/haskell-language-dockerfile GitHub project> for the source-code and examples.
See the <https://github.com/beijaflor-io/haskell-language-dockerfile GitHub project> for the source-code and examples.
'
category: Development
author:
- Lukas Martinelli
- Pedro Tacla Yamada
- José Lorenzo Rodríguez
maintainer: [email protected]
maintainer:
- [email protected]
- [email protected]
copyright:
- Lukas Martinelli, Copyright (c) 2016
- Pedro Tacla Yamada, Copyright (c) 2016
- José Lorenzo Rodríguez, Copyright (c) 2016
- José Lorenzo Rodríguez, Copyright (c) 2017
license: GPL-3
github: lorenzo/language-dockerfile
github: beijaflor-io/language-dockerfile
extra-source-files:
- README.md

Expand Down

0 comments on commit 83efcdb

Please sign in to comment.