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
commit 41b23132eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";
};
}