Skip to content

Commit

Permalink
Change git repo links to ocurrent.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcgilchrist committed Jul 27, 2022
1 parent e27cf2c commit 4acf3e6
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ awk/sed-style assembly.
ocaml-dockerfile is distributed under the ISC license.

- **HTML Documentation**: <http://anil-code.recoil.org/ocaml-dockerfile>
- **Source:**: <https://github.com/avsm/ocaml-dockerfile>
- **Issues**: <https://github.com/avsm/ocaml-dockerfile/issues>
- **Source:**: <https://github.com/ocurrent/ocaml-dockerfile>
- **Issues**: <https://github.com/ocurrent/ocaml-dockerfile/issues>
- **Email**: <[email protected]>

## Installation
Expand Down
8 changes: 4 additions & 4 deletions dockerfile-cmd.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ maintainer: "Anil Madhavapeddy <[email protected]>"
authors: "Anil Madhavapeddy <[email protected]>"
license: "ISC"
tags: ["org:mirage" "org:ocamllabs"]
homepage: "https://github.com/avsm/ocaml-dockerfile"
doc: "https://avsm.github.io/ocaml-dockerfile/doc"
bug-reports: "https://github.com/avsm/ocaml-dockerfile/issues"
homepage: "https://github.com/ocurrent/ocaml-dockerfile"
doc: "https://ocurrent.github.io/ocaml-dockerfile/doc"
bug-reports: "https://github.com/ocurrent/ocaml-dockerfile/issues"
depends: [
"ocaml" {>= "4.02.3"}
"dune" {>= "2.0.0"}
Expand All @@ -29,4 +29,4 @@ build: [
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
]
dev-repo: "git+https://github.com/avsm/ocaml-dockerfile.git"
dev-repo: "git+https://github.com/ocurrent/ocaml-dockerfile.git"
8 changes: 4 additions & 4 deletions dockerfile-opam.opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ authors: [
]
license: "ISC"
tags: ["org:mirage" "org:ocamllabs"]
homepage: "https://github.com/avsm/ocaml-dockerfile"
doc: "https://avsm.github.io/ocaml-dockerfile/doc"
bug-reports: "https://github.com/avsm/ocaml-dockerfile/issues"
homepage: "https://github.com/ocurrent/ocaml-dockerfile"
doc: "https://ocurrent.github.io/ocaml-dockerfile/doc"
bug-reports: "https://github.com/ocurrent/ocaml-dockerfile/issues"
depends: [
"ocaml" {>= "4.02.3"}
"dune" {>= "2.0.0"}
Expand All @@ -32,4 +32,4 @@ build: [
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
]
dev-repo: "git+https://github.com/avsm/ocaml-dockerfile.git"
dev-repo: "git+https://github.com/ocurrent/ocaml-dockerfile.git"
8 changes: 4 additions & 4 deletions dockerfile.opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ maintainer: "Anil Madhavapeddy <[email protected]>"
authors: "Anil Madhavapeddy <[email protected]>"
license: "ISC"
tags: ["org:mirage" "org:ocamllabs"]
homepage: "https://github.com/avsm/ocaml-dockerfile"
doc: "https://avsm.github.io/ocaml-dockerfile/doc"
bug-reports: "https://github.com/avsm/ocaml-dockerfile/issues"
homepage: "https://github.com/ocurrent/ocaml-dockerfile"
doc: "https://ocurrent.github.io/ocaml-dockerfile/doc"
bug-reports: "https://github.com/ocurrent/ocaml-dockerfile/issues"
depends: [
"ocaml" {>= "4.02.3"}
"dune" {>= "2.0.0"}
Expand All @@ -22,4 +22,4 @@ build: [
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
]
dev-repo: "git+https://github.com/avsm/ocaml-dockerfile.git"
dev-repo: "git+https://github.com/ocurrent/ocaml-dockerfile.git"

0 comments on commit 4acf3e6

Please sign in to comment.