Browse Source

opam dev-repo should be git url

Andy Li 7 years ago
parent
commit
a21172fcbe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      opam

+ 1 - 1
opam

@@ -6,7 +6,7 @@ author: "Haxe Foundation <[email protected]>"
 homepage: "https://haxe.org/"
 homepage: "https://haxe.org/"
 bug-reports: "https://github.com/HaxeFoundation/haxe/issues"
 bug-reports: "https://github.com/HaxeFoundation/haxe/issues"
 license: ["GPL2+" "MIT"]
 license: ["GPL2+" "MIT"]
-dev-repo: "https://github.com/HaxeFoundation/haxe"
+dev-repo: "https://github.com/HaxeFoundation/haxe.git"
 build: [
 build: [
   [make]
   [make]
 ]
 ]