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.
1 parent c328e3e commit 0766c3dCopy full SHA for 0766c3d
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