diff options
author | Marc Coquand <marc@mccd.space> | 2023-12-26 11:26:31 -0600 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2023-12-26 11:35:34 -0600 |
commit | a7c556e7a828a9be88e0893987396d652f0f3bde (patch) | |
tree | c9a6048ba7c2e7fa167451169cae866f6f2e7c53 /fixgen.opam | |
parent | 0dcc905f2fdc89f3be834c670a5bcf42386eb663 (diff) | |
download | fixgen-a7c556e7a828a9be88e0893987396d652f0f3bde.tar.gz fixgen-a7c556e7a828a9be88e0893987396d652f0f3bde.tar.bz2 fixgen-a7c556e7a828a9be88e0893987396d652f0f3bde.zip |
Update README
Diffstat (limited to '')
-rw-r--r-- | fixgen.opam | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fixgen.opam b/fixgen.opam index 338965e..988b773 100644 --- a/fixgen.opam +++ b/fixgen.opam @@ -5,9 +5,7 @@ description: "Generate fixtures for testing" maintainer: ["Marc Coquand"] authors: ["Marc Coquand"] license: "AGPL-3.0-only" -homepage: "https://github.com/username/reponame" doc: "https://url/to/documentation" -bug-reports: "https://github.com/username/reponame/issues" depends: [ "ocaml" "dune" {>= "3.11"} @@ -32,4 +30,3 @@ build: [ "@doc" {with-doc} ] ] -dev-repo: "git+https://github.com/username/reponame.git" |