Skip to content

Commit

Permalink
Fix the dev-repo field (git:// is not supported by github anymore)
Browse files Browse the repository at this point in the history
  • Loading branch information
kit-ty-kate committed Oct 28, 2022
1 parent bd94f22 commit 06f4d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mastodon-archive-viewer.opam
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ license: "MIT"
maintainer: "Kate <[email protected]>"
authors: "Kate <[email protected]>"
homepage: "https://github.com/kit-ty-kate/mastodon-archive-viewer"
dev-repo: "git://github.com/kit-ty-kate/mastodon-archive-viewer.git"
dev-repo: "git+https://github.com/kit-ty-kate/mastodon-archive-viewer.git"
bug-reports: "https://github.com/kit-ty-kate/mastodon-archive-viewer/issues"
tags: ["mastodon" "ActivityPub"]
build: ["dune" "build" "-p" name "-j" jobs]
Expand Down

0 comments on commit 06f4d13

Please sign in to comment.