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

Co-authored-by: kilianar <105428155+kilianar@users.noreply.github.com>
This commit is contained in:
Sandro 2023-01-30 15:20:57 +01:00 committed by GitHub
parent bd90072294
commit 743e8d1cbf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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