Skip to content

Commit aaf2c7a

Browse files
committed
Update homepage and bug-reports fields in OPAM file.
1 parent 829ae8a commit aaf2c7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mariadb.opam

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ opam-version: "2.0"
22
name: "mariadb"
33
maintainer: "Andre Nathan <[email protected]>"
44
authors: "Andre Nathan <[email protected]>"
5-
homepage: "https://github.com/andrenth/ocaml-mariadb"
6-
bug-reports: "https://github.com/andrenth/ocaml-mariadb/issues"
5+
homepage: "https://github.com/ocaml-community/ocaml-mariadb"
6+
bug-reports: "https://github.com/ocaml-community/ocaml-mariadb/issues"
77
license: "MIT"
8-
dev-repo: "git+https://github.com/andrenth/ocaml-mariadb.git"
8+
dev-repo: "git+https://github.com/ocaml-community/ocaml-mariadb.git"
99
synopsis: "OCaml bindings for MariaDB"
1010
description: "OCaml-MariaDB provides Ctypes-based bindings for MariaDB, including its nonblocking API."
1111

0 commit comments

Comments
 (0)