go-task: rename executable to task (#117455)

This commit is contained in:
endorama 2021-03-24 19:02:58 +01:00 committed by GitHub
parent 129a5abde0
commit 3071774c90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ buildGoModule rec {
];
postInstall = ''
mv $out/bin/task $out/bin/go-task
ln -s $out/bin/task $out/bin/go-task
'';
meta = with lib; {