diff --git a/.ocamlformat b/.ocamlformat index 6f010c4..eb9f4e0 100644 --- a/.ocamlformat +++ b/.ocamlformat @@ -1,4 +1,4 @@ -version=0.28.1 +version=0.27.0 assignment-operator=end-line break-cases=fit break-fun-decl=wrap diff --git a/LICENSE.md b/LICENSE.md index 5a2b10a..7662a7c 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright 2022 pukkamustard , swrup , pena +Copyright 2022 pukkamustard , swrup , zapashcanon Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/leaflet.opam b/leaflet.opam index b06ac7f..25c8f4d 100644 --- a/leaflet.opam +++ b/leaflet.opam @@ -8,12 +8,12 @@ maintainer: ["swrup "] authors: [ "pukkamustard " "swrup " - "pena " + "Léo Andrès " ] license: "BSD-2-Clause" tags: ["leaflet" "javascript" "bindings" "interactive" "map" "openstreetmap"] -homepage: "https://forge.kumikode.org/kumikode/leaflet" -bug-reports: "https://forge.kumikode.org/kumikode/leaflet/issues" +homepage: "https://git.zapashcanon.fr/swrup/leaflet" +bug-reports: "https://git.zapashcanon.fr/swrup/leaflet/issues" depends: [ "dune" {>= "2.9"} "ocaml" {>= "4.08"} @@ -39,4 +39,4 @@ build: [ ] ["dune" "install" "-p" name "--create-install-files" name] ] -dev-repo: "git+https://forge.kumikode.org/kumikode/leaflet.git" +dev-repo: "git+https://git.zapashcanon.fr/swrup/leaflet.git"