Unverified Commit 251f7d47 authored by r-vdp's avatar r-vdp
Browse files

Treewide: add meta.mainProgram for bupstash, fd, autossh and ssh-to-age

parent 5faab298
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -29,5 +29,6 @@ rustPlatform.buildRustPackage rec {
    license = licenses.mit;
    platforms = platforms.unix;
    maintainers = with maintainers; [ andrewchambers ];
    mainProgram = "bupstash";
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -45,5 +45,6 @@ rustPlatform.buildRustPackage rec {
    changelog = "https://github.com/sharkdp/fd/blob/v${version}/CHANGELOG.md";
    license = with licenses; [ asl20 /* or */ mit ];
    maintainers = with maintainers; [ dywedir figsoda globin ma27 zowoq ];
    mainProgram = "fd";
  };
}
+9 −8
Original line number Diff line number Diff line
@@ -31,5 +31,6 @@ stdenv.mkDerivation rec {
    license = licenses.bsd1;
    platforms = platforms.unix;
    maintainers = with maintainers; [ pSub ];
    mainProgram = "autossh";
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -26,5 +26,6 @@ buildGoModule rec {
    homepage = "https://github.com/Mic92/ssh-to-age";
    license = licenses.mit;
    maintainers = with maintainers; [ mic92 ];
    mainProgram = "ssh-to-age";
  };
}