Unverified Commit 99fdc197 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

keepassxc: add mainProgram attribute (#350695)

parents 9b516868 bb15ce73
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -146,6 +146,7 @@ stdenv.mkDerivation rec {
    '';
    homepage = "https://keepassxc.org/";
    license = licenses.gpl2Plus;
    mainProgram = "keepassxc";
    maintainers = with maintainers; [ blankparticle ];
    platforms = platforms.linux ++ platforms.darwin;
  };