ptt moved to mirage org

This commit is contained in:
Hannes Mehnert 2022-01-27 19:19:07 +01:00
parent c6b8058230
commit 576468ccf4

View file

@ -7,9 +7,9 @@ a submission server. It can be use as an UNIX service or an MirageOS unikernel."
maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>"
authors: "Romain Calascibetta <romain.calascibetta@gmail.com>"
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"
}