diff --git a/packages/ptt.0.0.1~dev/opam b/packages/ptt.0.0.1~dev/opam index 71cba2d..7fec452 100644 --- a/packages/ptt.0.0.1~dev/opam +++ b/packages/ptt.0.0.1~dev/opam @@ -7,9 +7,9 @@ a submission server. It can be use as an UNIX service or an MirageOS unikernel." maintainer: "Romain Calascibetta " authors: "Romain Calascibetta " license: "MIT" -homepage: "https://github.com/dinosaure/ptt" -doc: "https://dinosaure.github.io/ptt/" -bug-reports: "https://github.com/dinosaure/ptt/issues" +homepage: "https://github.com/mirage/ptt" +doc: "https://mirage.github.io/ptt/" +bug-reports: "https://github.com/mirage/ptt/issues" depends: [ "ocaml" {>= "4.07.0"} "dune" @@ -61,7 +61,7 @@ depends: [ ] build: ["dune" "build" "-p" name "-j" jobs] run-test: ["dune" "runtest" "-p" name "-j" jobs] -dev-repo: "git+https://github.com/dinosaure/ptt.git" +dev-repo: "git+https://github.com/mirage/ptt.git" url { - src: "git+https://github.com/dinosaure/ptt.git" + src: "git+https://github.com/mirage/ptt.git" }