Skip to content

Commit

Permalink
Update dune-project
Browse files Browse the repository at this point in the history
  • Loading branch information
samoht committed Feb 23, 2023
1 parent 41742f7 commit 5dc9b48
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
23 changes: 17 additions & 6 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,27 @@

(name mirageio)

(documentation "https://tmattio.github.io/mirageio/")
(documentation "https://mirage.github.io/mirage-www/")

(source
(github tmattio/mirageio))
(github mirage/mirage-www))

(license ISC)

(authors "Thibaut Mattio")

(maintainers "Thibaut Mattio")
(authors
"Anil Madhavapeddy"
"Amir Chaudhry"
"Thomas Gazagnaire"
"Richard Mortier"
"Hannes Mehnert"
"Mindy Preston"
"Lucas Pluvinage"
"Thomas Leonard"
"Dave Scott"
"Martin Keegan"
"Thibaut Mattio")

(maintainers "mirageos-devel@list.xenproject.org")

(generate_opam_files true)

Expand All @@ -29,7 +40,7 @@
mirage-clock-unix
mirage-unix
(tailwindcss :build)
(crunch :build)
(crunch (and :build (>= 3.1.0)))
(omd :build)
(yaml :build)
(fmt :build)
Expand Down
2 changes: 1 addition & 1 deletion mirageio.opam
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
opam-version: "2.0"
synopsis: "Website infrastructure and content for mirage.io"
description: "Website infrastructure and content for mirage.io"
maintainer: "mirageos-devel@list.xenproject.org"
maintainer: ["mirageos-devel@list.xenproject.org"]
authors: [
"Anil Madhavapeddy"
"Amir Chaudhry"
Expand Down

0 comments on commit 5dc9b48

Please sign in to comment.