Skip to content

Commit 9d6109c

Browse files
authored
Fix the "browse" field in the generated repo file
1 parent bf20494 commit 9d6109c

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
@@ -37,7 +37,7 @@ fi
3737
# Overwrite 'repo' file, and dispatch all non-standard versions
3838
cat <<EOF >repo
3939
opam-version: "2.0"
40-
browse: "https://${BASEURL}/pkg/"
40+
browse: "https://${BASEURL}/packages/"
4141
upstream: "https://github.com/ocaml/opam-repository/tree/master/"
4242
redirect: [
4343
"https://${BASEURL}/1.1" { opam-version < "1.2" }

0 commit comments

Comments
 (0)