Commit d6c69dbd authored by Jörg Thalheim's avatar Jörg Thalheim Committed by Anderson Torres
Browse files

dasel: set mainProgram

parent edb0f26c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -52,6 +52,7 @@ buildGoModule rec {
    homepage = "https://github.com/TomWright/dasel";
    changelog = "https://github.com/TomWright/dasel/blob/v${version}/CHANGELOG.md";
    license = licenses.mit;
    mainProgram = "dasel";
    maintainers = with maintainers; [ _0x4A6F ];
  };
}