Merge pull request #213447 from SuperSandro2000/drone-website

drone: add website

authored by Weijia Wang and committed by GitHub 41b23132 52b7c0e7

+2 -1
+2 -1
pkgs/development/tools/continuous-integration/drone/default.nix
··· 22 doCheck = false; 23 24 meta = with lib; { 25 maintainers = with maintainers; [ elohmeier vdemeester techknowlogick ]; 26 license = with licenses; if enableUnfree then unfreeRedistributable else asl20; 27 - description = "Continuous Integration platform built on container technology"; 28 }; 29 }
··· 22 doCheck = false; 23 24 meta = with lib; { 25 + description = "Continuous Integration platform built on container technology"; 26 + homepage = "https://github.com/harness/drone"; 27 maintainers = with maintainers; [ elohmeier vdemeester techknowlogick ]; 28 license = with licenses; if enableUnfree then unfreeRedistributable else asl20; 29 }; 30 }