Unverified Commit 8dbd13e9 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

dovi-tool: point changelog to concrete release (#390191)

parents f4fc652c 78ce7b6d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
  meta = {
    description = "CLI tool combining multiple utilities for working with Dolby Vision";
    homepage = "https://github.com/quietvoid/dovi_tool";
    changelog = "https://github.com/quietvoid/dovi_tool/releases";
    changelog = "https://github.com/quietvoid/dovi_tool/releases/tag/${finalAttrs.version}";
    mainProgram = "dovi_tool";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ plamper ];