go-task: rename executable to task (#117455)
This commit is contained in:
parent
129a5abde0
commit
3071774c90
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user