tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
acme-client: update homepage
Weijia Wang
2 years ago
85994cc0
595ba44d
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
networking
acme-client
default.nix
+1
-1
pkgs/tools/networking/acme-client/default.nix
···
30
31
meta = with lib; {
32
description = "Secure ACME/Let's Encrypt client";
33
-
homepage = "https://sr.ht/~graywolf/acme-client-portable/";
34
platforms = platforms.unix;
35
license = licenses.isc;
36
maintainers = with maintainers; [ pmahoney ];
···
30
31
meta = with lib; {
32
description = "Secure ACME/Let's Encrypt client";
33
+
homepage = "https://git.wolfsden.cz/acme-client-portable";
34
platforms = platforms.unix;
35
license = licenses.isc;
36
maintainers = with maintainers; [ pmahoney ];