We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 47c82b0 + 0766c3d commit c254c79Copy full SHA for c254c79
pkgs/by-name/aw/await/package.nix
@@ -43,8 +43,9 @@ stdenv.mkDerivation rec {
43
versionCheckProgramArg = "--version";
44
45
meta = with lib; {
46
+ changelog = "https://github.com/slavaGanzin/await/releases/tag/${version}";
47
description = "Small binary that runs a list of commands in parallel and awaits termination";
- homepage = "https://await-cli.app";
48
+ homepage = "https://github.com/slavaGanzin/await";
49
license = licenses.mit;
50
maintainers = with maintainers; [ chewblacka ];
51
platforms = platforms.all;
0 commit comments