mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-23 09:51:00 +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";
|
versionCheckProgramArg = "--version";
|
||||||
|
|
||||||
meta = with lib; {
|
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";
|
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;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ chewblacka ];
|
maintainers = with maintainers; [ chewblacka ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue