diff options
| author | Adelyn Breelove <[email protected]> | 2019-01-18 10:54:46 -0700 |
|---|---|---|
| committer | Adelyn Breelove <[email protected]> | 2019-01-18 10:54:46 -0700 |
| commit | 215928f62a1995825e348e9f74fc3b1e003bd077 (patch) | |
| tree | 826f07b1f20c5bb17e4f548bad2e013c9a8709f3 /disml.opam | |
| parent | fix opam linting errors (diff) | |
| download | disml-215928f62a1995825e348e9f74fc3b1e003bd077.tar.xz disml-215928f62a1995825e348e9f74fc3b1e003bd077.zip | |
more opam fixes
Diffstat (limited to 'disml.opam')
| -rw-r--r-- | disml.opam | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,9 +4,9 @@ version: "0.2.0" maintainer: "Adelyn Breedlove <[email protected]>" authors: "Adelyn Breedlove <[email protected]>" license: "MIT" -homepage: "https://gitlab.com/Mishio595/disml" -dev-repo: "git+https://gitlab.com/Mishio595/disml" -bug-reports: "https://gitlab.com/Mishio595/disml/issues" +homepage: "https://github.com/Mishio595/disml" +dev-repo: "git+https://github.com/Mishio595/disml" +bug-reports: "https://github.com/Mishio595/disml/issues" tags: ["discord"] synopsis: "An OCaml library for interfacing with the Discord API" description: """ |