Unverified Commit d39659a5 authored by Artturi's avatar Artturi Committed by GitHub
Browse files

Merge pull request #247095 from ambroisie/meta-main-program

parents 80a2387e feac9edf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31,5 +31,6 @@ buildPythonApplication rec {
    license = licenses.mit;
    maintainers = with maintainers; [ equirosa dit7ya ];
    platforms = platforms.linux;
    mainProgram = "rofi-rbw";
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -47,6 +47,7 @@
  firebase-tools = "firebase";
  fkill-cli = "fkill";
  fleek-cli = "fleek";
  flood = "flood";
  git-run = "gr";
  gitmoji-cli = "gitmoji";
  graphql-cli = "graphql";
+1 −0
Original line number Diff line number Diff line
@@ -18,5 +18,6 @@ buildGoModule rec {
    license = licenses.unfreeRedistributable;
    homepage = "https://github.com/drone-runners/drone-runner-docker";
    description = "Drone pipeline runner that executes builds inside Docker containers";
    mainProgram = "drone-runner-docker";
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -22,5 +22,6 @@ buildGoModule rec {
    # https://polyformproject.org/licenses/small-business/1.0.0/
    license = licenses.unfree;
    maintainers = with maintainers; [ mic92 ];
    mainProgram = "drone-runner-exec";
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -18,5 +18,6 @@ buildGoModule rec {
    homepage = "https://github.com/drone-runners/drone-runner-ssh";
    license = licenses.unfreeRedistributable;
    maintainers = teams.c3d2.members;
    mainProgram = "drone-runner-ssh";
  };
}
Loading