Unverified Commit d6615f70 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

lima: add changelog to meta

parent 40c00753
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -63,6 +63,7 @@ buildGoModule rec {
  meta = with lib; {
    homepage = "https://github.com/lima-vm/lima";
    description = "Linux virtual machines (on macOS, in most cases)";
    changelog = "https://github.com/lima-vm/lima/releases/tag/v${version}";
    license = licenses.asl20;
    maintainers = with maintainers; [ anhduy ];
  };