We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96a08cd commit d4b6cd7Copy full SHA for d4b6cd7
sqids.opam
@@ -5,9 +5,9 @@ description: "Generate short unique IDs from numbers."
5
maintainer: ["Leo Soares" "Rizo Isrof"]
6
authors: ["Leo Soares"]
7
license: "MIT"
8
-homepage: "https://github.com/sqids.org/ocaml"
+homepage: "https://github.com/sqids/sqids-ocaml"
9
doc: "https://sqids.org/ocaml"
10
-bug-reports: "https://github.com/sqids.org/ocaml/issues"
+bug-reports: "https://github.com/sqids/sqids-ocaml/issues"
11
depends: [
12
"ocaml"
13
"dune" {>= "3.13"}
@@ -30,4 +30,4 @@ build: [
30
"@doc" {with-doc}
31
]
32
33
-dev-repo: "git+https://github.com/sqids.org/ocaml.git"
+dev-repo: "git+https://github.com/sqids/sqids-ocaml.git"
0 commit comments