Unverified Commit 743e8d1c authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Update pkgs/development/tools/continuous-integration/drone/default.nix

parent bd900722
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ buildGoModule rec {

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