Unverified Commit 8535f629 authored by emilylange's avatar emilylange
Browse files

bandwhich: add `meta.changelog`

bandwhich has two different changelogs:
1. the in-tree CHANGELOG.md
2. git tags/GitHub Releases

Unfortunately, the CHANGELOG.md contains fewer information from time to
time. One example would be
https://github.com/imsnif/bandwhich/blob/v0.22.0/CHANGELOG.md vs
https://github.com/imsnif/bandwhich/releases/tag/v0.22.0

In this case, the GitHub Release contains a lot more noise due to
various chore(deps) entries.

This is due to
https://github.com/imsnif/bandwhich/blob/b5e48ba9bb466c5e1192755b0235b6b43d1d4966/.github/workflows/require-changelog-for-PRs.yml#L10-L11

I'd argue, the CHANGELOG.md should be preferred here, but in the end
this isn't my package and not my call.
parent e7daaa70
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -52,6 +52,7 @@ rustPlatform.buildRustPackage rec {
      the background using reverse DNS on a best effort basis.
    '';
    homepage = "https://github.com/imsnif/bandwhich";
    changelog = "https://github.com/imsnif/bandwhich/blob/${src.rev}/CHANGELOG.md";
    license = licenses.mit;
    maintainers = with maintainers; [ Br1ght0ne figsoda ];
    platforms = platforms.unix;