ptt moved to mirage org
This commit is contained in:
parent
c6b8058230
commit
576468ccf4
1 changed files with 5 additions and 5 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue