Skip to content

Commit 8d4a1b7

Browse files
authored
Merge pull request ocaml#28090 from yongrenjie/master
Update wcwidth metadata
2 parents 9173577 + e7756fd commit 8d4a1b7

File tree

1 file changed

+6
-6
lines changed
  • packages/wcwidth/wcwidth.1.0.1

1 file changed

+6
-6
lines changed

packages/wcwidth/wcwidth.1.0.1/opam

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
opam-version: "2.0"
22
synopsis: "Get terminal display width of a string"
33
description: "Get terminal display width of a string"
4-
maintainer: ["Jonathan Yong"]
5-
authors: ["Jonathan Yong"]
4+
maintainer: ["The Alan Turing Institute <[email protected]>"]
5+
authors: ["The Alan Turing Institute <[email protected]>"]
66
license: "MIT"
7-
homepage: "https://github.com/yongrenjie/wcwidth-ocaml"
8-
bug-reports: "https://github.com/yongrenjie/wcwidth-ocaml/issues"
7+
homepage: "https://github.com/alan-turing-institute/wcwidth-ocaml"
8+
bug-reports: "https://github.com/alan-turing-institute/wcwidth-ocaml/issues"
99
depends: [
1010
"dune" {>= "3.3"}
1111
"ocaml" {>= "4.14"}
@@ -26,10 +26,10 @@ build: [
2626
"@doc" {with-doc}
2727
]
2828
]
29-
dev-repo: "git+https://github.com/yongrenjie/wcwidth-ocaml.git"
29+
dev-repo: "git+https://github.com/alan-turing-institute/wcwidth-ocaml.git"
3030
url {
3131
src:
32-
"https://github.com/yongrenjie/wcwidth-ocaml/releases/download/v1.0.1/wcwidth-1.0.1.tbz"
32+
"https://github.com/alan-turing-institute/wcwidth-ocaml/releases/download/v1.0.1/wcwidth-1.0.1.tbz"
3333
checksum: [
3434
"sha256=7cd177bea7dd3b5eaf6b84e269257503d9ef7e12c4623ba6ce0dbf9e20f5e3f0"
3535
"sha512=bdbf11c94c76090b8687f5a60cb1c8908a1b7430b15794eec5955fac49c58e5a0648a9f241cf183962ee0bff8780f7bcb3c0996e5f230278c94131d203ed48c5"

0 commit comments

Comments
 (0)