Skip to content

Commit d4b6cd7

Browse files
committed
opam: fix wrong urls
1 parent 96a08cd commit d4b6cd7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sqids.opam

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ description: "Generate short unique IDs from numbers."
55
maintainer: ["Leo Soares" "Rizo Isrof"]
66
authors: ["Leo Soares"]
77
license: "MIT"
8-
homepage: "https://github.com/sqids.org/ocaml"
8+
homepage: "https://github.com/sqids/sqids-ocaml"
99
doc: "https://sqids.org/ocaml"
10-
bug-reports: "https://github.com/sqids.org/ocaml/issues"
10+
bug-reports: "https://github.com/sqids/sqids-ocaml/issues"
1111
depends: [
1212
"ocaml"
1313
"dune" {>= "3.13"}
@@ -30,4 +30,4 @@ build: [
3030
"@doc" {with-doc}
3131
]
3232
]
33-
dev-repo: "git+https://github.com/sqids.org/ocaml.git"
33+
dev-repo: "git+https://github.com/sqids/sqids-ocaml.git"

0 commit comments

Comments
 (0)