chore: Update package links and README.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
James Harton 2024-03-06 19:39:07 +13:00
parent 5f8e329f3a
commit 273b3ff9e0
Signed by: james
GPG key ID: 90E82DAA13F624F4
2 changed files with 14 additions and 10 deletions

View file

@ -1,6 +1,6 @@
# Wafer
[![Build Status](https://drone.harton.nz/api/badges/james/wafer/status.svg?ref=refs/heads/main)](https://drone.harton.nz/james/wafer)
[![Build Status](https://drone.harton.dev/api/badges/james/wafer/status.svg?ref=refs/heads/main)](https://drone.harton.dev/james/wafer)
[![Hex.pm](https://img.shields.io/hexpm/v/wafer.svg)](https://hex.pm/packages/wafer)
[![Hippocratic License HL3-FULL](https://img.shields.io/static/v1?label=Hippocratic%20License&message=HL3-FULL&labelColor=5e2751&color=bc8c3d)](https://firstdonoharm.dev/version/3/0/full.html)
@ -121,8 +121,8 @@ sensors on this device.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `wafer` to your list of dependencies in `mix.exs`:
Wafer is [available in Hex](https://hex.pm/packages/wafer), the package can be
installed by adding `wafer` to your list of dependencies in `mix.exs`:
```elixir
def deps do
@ -132,13 +132,15 @@ def deps do
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/wafer](https://hexdocs.pm/wafer).
Documentation for the latest release can be found on
[HexDocs](https://hexdocs.pm/wafer) and for the `main` branch on
[docs.harton.nz](https://docs.harton.nz/james/wafer).
## Gitlab Mirror
## Github Mirror
This repository is mirrored [on Gitlab](https://gitlab.com/jimsy/wafer) from it's primary location [on my Forgejo instance](https://harton.dev/james/smokestack). Feel free to raise issues and open PRs on Gitlab.
This repository is mirrored [on Github](https://github.com/jimsynz/ease)
from it's primary location [on my Forejo instance](https://harton.dev/james/ease).
Feel free to raise issues and open PRs on Github.
## License

View file

@ -23,7 +23,7 @@ defmodule Wafer.MixProject do
homepage_url: "https://harton.dev/james/wafer",
docs: [
source_url_pattern: "https://harton.dev/james/wafer/src/branch/main/%{path}#L%{line}",
extras: ["README.md"]
extras: ["README.md", "CHANGELOG.md"]
]
]
end
@ -42,7 +42,9 @@ defmodule Wafer.MixProject do
licenses: ["HL3-FULL"],
links: %{
"Source" => "https://harton.dev/james/wafer",
"Gitlab Mirror" => "https://gitlab.com/jimsy/wafer"
"GitHub" => "https://github.com/jimsynz/wafer",
"Changelog" => "https://docs.harton.nz/james/wafer/changelog.html",
"Sponsor" => "https://github.com/sponsors/jimsynz"
},
source_url: "https://harton.dev/james/wafer"
]