Skip to content

Commit

Permalink
Author and maintainer email
Browse files Browse the repository at this point in the history
  • Loading branch information
gridbugs committed Oct 24, 2024
1 parent e0be922 commit 5ea7b41
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions climate.opam
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Declarative command-line parser for OCaml"
maintainer: ["https://github.com/gridbugs/climate/issues"]
authors: ["Stephen Sherratt"]
maintainer: ["Stephen Sherratt <[email protected]>"]
authors: ["Stephen Sherratt <[email protected]>"]
license: "MIT"
homepage: "https://github.com/gridbugs/climate"
bug-reports: "https://github.com/gridbugs/climate/issues"
Expand Down
4 changes: 2 additions & 2 deletions climate_cmdliner.opam
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Implements a subset of cmdliner's interface using climate"
maintainer: ["https://github.com/gridbugs/climate/issues"]
authors: ["Stephen Sherratt"]
maintainer: ["Stephen Sherratt <[email protected]>"]
authors: ["Stephen Sherratt <[email protected]>"]
license: "MIT"
homepage: "https://github.com/gridbugs/climate"
bug-reports: "https://github.com/gridbugs/climate/issues"
Expand Down
4 changes: 2 additions & 2 deletions climate_tests.opam
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Tests for climate packages"
maintainer: ["https://github.com/gridbugs/climate/issues"]
authors: ["Stephen Sherratt"]
maintainer: ["Stephen Sherratt <[email protected]>"]
authors: ["Stephen Sherratt <[email protected]>"]
license: "MIT"
homepage: "https://github.com/gridbugs/climate"
bug-reports: "https://github.com/gridbugs/climate/issues"
Expand Down
4 changes: 2 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

(source (github gridbugs/climate))
(license MIT)
(authors "Stephen Sherratt")
(maintainers "https://github.com/gridbugs/climate/issues")
(authors "Stephen Sherratt <[email protected]>")
(maintainers "Stephen Sherratt <[email protected]>")

(cram enable)

Expand Down

0 comments on commit 5ea7b41

Please sign in to comment.