merge lego with existing pkgs

This commit is contained in:
2025-03-03 08:22:50 -05:00
parent 3d8b4d5639
commit 80b31b3a7d
3 changed files with 4 additions and 2 deletions

View File

@ -2,6 +2,7 @@
lib,
fetchFromGitHub,
buildGoModule,
rad-maintainers,
}:
buildGoModule rec {
@ -31,7 +32,7 @@ buildGoModule rec {
description = "Let's Encrypt client and ACME library written in Go";
license = licenses.mit;
homepage = "https://go-acme.github.io/lego/";
maintainers = teams.acme.members;
maintainers = teams.acme.members ++ [ rad-maintainers.ahuston-0 ];
mainProgram = "lego";
};