Skip to content

Commit c254c79

Browse files
authored
await: fix dead homepage url (#404975)
2 parents 47c82b0 + 0766c3d commit c254c79

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)