mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
await: fix homepage url
This commit is contained in:
parent
c328e3ee9e
commit
0766c3d82f
1 changed files with 2 additions and 1 deletions
|
@ -43,8 +43,9 @@ stdenv.mkDerivation rec {
|
|||
versionCheckProgramArg = "--version";
|
||||
|
||||
meta = with lib; {
|
||||
changelog = "https://github.com/slavaGanzin/await/releases/tag/${version}";
|
||||
description = "Small binary that runs a list of commands in parallel and awaits termination";
|
||||
homepage = "https://await-cli.app";
|
||||
homepage = "https://github.com/slavaGanzin/await";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ chewblacka ];
|
||||
platforms = platforms.all;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue