Unverified Commit 0766c3d8 authored by patka's avatar patka
Browse files

await: fix homepage url

parent c328e3ee
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;