Commit 7c1c76a2 authored by 06kellyjac's avatar 06kellyjac
Browse files

apko: update changelog attr

News file hasn't been updated. Changes are documented in releases.
parent 7e2b40e0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -85,7 +85,7 @@ buildGoModule (finalAttrs: {

  meta = {
    homepage = "https://apko.dev/";
    changelog = "https://github.com/chainguard-dev/apko/blob/main/NEWS.md";
    changelog = "https://github.com/chainguard-dev/apko/releases/tag/v${finalAttrs.version}";
    description = "Build OCI images using APK directly without Dockerfile";
    mainProgram = "apko";
    license = lib.licenses.asl20;