tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
typo
Domen Kožar
10 years ago
7207dd8f
b8d9a16e
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
admin
letsencrypt
default.nix
+1
-1
pkgs/tools/admin/letsencrypt/default.nix
reviewed
···
45
45
description = "ACME client that can obtain certs and extensibly update server configurations";
46
46
platforms = platforms.unix;
47
47
maintainers = [ maintainers.iElectric ];
48
48
-
license = licenses.apl20;
48
48
+
license = licenses.asl20;
49
49
};
50
50
}