Skip to content

Commit 999cd6d

Browse files
kit-ty-katerjbou
authored andcommitted
Fix the "browse" field in the generated repo file
1 parent 7fc0f75 commit 999cd6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/opam-web.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ rm -rf opam-repository
2525
# Overwrite 'repo' file, and dispatch all non-standard versions
2626
cat <<EOF >repo
2727
opam-version: "2.0"
28-
browse: "https://${BASEURL}/pkg/"
28+
browse: "https://${BASEURL}/packages/"
2929
upstream: "https://github.com/ocaml/opam-repository/tree/master/"
3030
redirect: [
3131
"https://${BASEURL}/1.1" { opam-version < "1.2" }

0 commit comments

Comments
 (0)