merge lego with existing pkgs
All checks were successful
All checks were successful
This commit is contained in:
parent
c7b5b3ce05
commit
c988794366
@ -5,4 +5,5 @@ in
|
||||
{
|
||||
|
||||
ftb-app = pkgs.callPackage ./ftb-app { inherit rad-maintainers; };
|
||||
lego-latest = pkgs.callPackage ./lego-latest { inherit rad-maintainers; };
|
||||
}
|
||||
|
@ -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";
|
||||
};
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
openssl
|
||||
]
|
||||
++ [
|
||||
outputs.packages.x86_64-linux.lego-latest
|
||||
outputs.packages.lego-latest
|
||||
]
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user