Skip to content

Commit 0766c3d

Browse files
committed
await: fix homepage url
1 parent c328e3e commit 0766c3d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkgs/by-name/aw/await/package.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@ stdenv.mkDerivation rec {
4343
versionCheckProgramArg = "--version";
4444

4545
meta = with lib; {
46+
changelog = "https://github.com/slavaGanzin/await/releases/tag/${version}";
4647
description = "Small binary that runs a list of commands in parallel and awaits termination";
47-
homepage = "https://await-cli.app";
48+
homepage = "https://github.com/slavaGanzin/await";
4849
license = licenses.mit;
4950
maintainers = with maintainers; [ chewblacka ];
5051
platforms = platforms.all;

0 commit comments

Comments
 (0)