Merge pull request #213447 from SuperSandro2000/drone-website

drone: add website
This commit is contained in:
Weijia Wang
2023-01-30 21:47:20 +01:00
committed by GitHub
@@ -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";
};
}