Skip to content

Commit 4f70d22

Browse files
committed
Fix bug-reports URL for omake
1 parent a893e50 commit 4f70d22

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/omake/omake.0.10.3/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors: [
99
license: "GPL-2.0-only"
1010
dev-repo: "git+https://github.com/ocaml-omake/omake.git"
1111
homepage: "http://projects.camlcity.org/projects/omake.html"
12-
bug-reports: "https://github.com/ocaml-omake/issues"
12+
bug-reports: "https://github.com/ocaml-omake/omake/issues"
1313

1414
patches: ["lib_build_OCaml.om.diff"]
1515

packages/omake/omake.0.10.5/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors: [
99
license: "GPL-2.0-only"
1010
dev-repo: "git+https://github.com/ocaml-omake/omake.git"
1111
homepage: "http://projects.camlcity.org/projects/omake.html"
12-
bug-reports: "https://github.com/ocaml-omake/issues"
12+
bug-reports: "https://github.com/ocaml-omake/omake/issues"
1313

1414
build: [
1515
["./configure" "-prefix" "%{prefix}%"]

packages/omake/omake.0.10.6/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors: [
99
license: "GPL-2.0-only"
1010
dev-repo: "git+https://github.com/ocaml-omake/omake.git"
1111
homepage: "http://projects.camlcity.org/projects/omake.html"
12-
bug-reports: "https://github.com/ocaml-omake/issues"
12+
bug-reports: "https://github.com/ocaml-omake/omake/issues"
1313

1414
build-env: OCAMLPARAM = "_,w=-46,keywords=5.2"
1515

packages/omake/omake.0.10.7/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors: [
1010
license: "GPL-2.0-only"
1111
dev-repo: "git+https://github.com/ocaml-omake/omake.git"
1212
homepage: "http://projects.camlcity.org/projects/omake.html"
13-
bug-reports: "https://github.com/ocaml-omake/issues"
13+
bug-reports: "https://github.com/ocaml-omake/omake/issues"
1414

1515
build: [
1616
["./configure" "-prefix" "%{prefix}%"]

0 commit comments

Comments
 (0)