Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-01-21 06:45:42 +00:00
committed by GitHub
47 changed files with 105 additions and 130 deletions
@@ -30,9 +30,9 @@ buildGoPackage rec {
'';
postFixup = ''
wrapProgram $out/bin/sga-guard \
--prefix PATH : "$out/bin" \
--prefix PATH : "${autossh}/bin"
wrapProgram $out/bin/sga-guard \
--prefix PATH : "$out/bin" \
--prefix PATH : "${autossh}/bin"
'';
meta = with lib; {