await: fix homepage url

This commit is contained in:
patka 2025-05-07 18:32:48 +02:00
parent c328e3ee9e
commit 0766c3d82f
No known key found for this signature in database

View file

@ -43,8 +43,9 @@ stdenv.mkDerivation rec {
versionCheckProgramArg = "--version";
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";
homepage = "https://await-cli.app";
homepage = "https://github.com/slavaGanzin/await";
license = licenses.mit;
maintainers = with maintainers; [ chewblacka ];
platforms = platforms.all;