Unverified Commit 9bf06f89 authored by Terje Larsen's avatar Terje Larsen
Browse files

d2: add meta.mainProgram and meta.changelog

parent 3e3c9693
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -48,7 +48,9 @@ buildGo123Module rec {

  meta = with lib; {
    description = "Modern diagram scripting language that turns text to diagrams";
    mainProgram = "d2";
    homepage = "https://d2lang.com";
    changelog = "https://github.com/terrastruct/d2/releases/tag/v${version}";
    license = licenses.mpl20;
    maintainers = with maintainers; [ dit7ya kashw2 ];
  };