Commit 5fc400b8 authored by 06kellyjac's avatar 06kellyjac
Browse files

notation: add jk to maintainers

parent b741a021
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -50,7 +50,9 @@ buildGoModule (finalAttrs: {
    description = "CLI tool to sign and verify OCI artifacts and container images";
    homepage = "https://notaryproject.dev/";
    license = lib.licenses.asl20;
    maintainers = [ ];
    maintainers = with lib.maintainers; [
      jk
    ];
    mainProgram = "notation";
  };
})