Commit 8fff01c7 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt
Browse files

komac: remove `refs/tags/` from github release `meta.changelog`

parent 69d3ba44
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ rustPlatform.buildRustPackage {
  meta = {
    description = "Community Manifest Creator for WinGet";
    homepage = "https://github.com/russellbanks/Komac";
    changelog = "https://github.com/russellbanks/Komac/releases/tag/${src.rev}";
    changelog = "https://github.com/russellbanks/Komac/releases/tag/v${version}";
    license = lib.licenses.gpl3Plus;
    maintainers = with lib.maintainers; [
      kachick