Unverified Commit 41b23132 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #213447 from SuperSandro2000/drone-website

drone: add website
parents 52b7c0e7 743e8d1c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -22,8 +22,9 @@ buildGoModule rec {
  doCheck = false;

  meta = with lib; {
    description = "Continuous Integration platform built on container technology";
    homepage = "https://github.com/harness/drone";
    maintainers = with maintainers; [ elohmeier vdemeester techknowlogick ];
    license = with licenses; if enableUnfree then unfreeRedistributable else asl20;
    description = "Continuous Integration platform built on container technology";
  };
}