-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding back the original maintainer and references.
- Loading branch information
Showing
3 changed files
with
14 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|