1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00
This commit is contained in:
Domen Kožar 2015-10-31 22:05:12 +01:00
parent b8d9a16eec
commit 7207dd8f1a

View file

@ -45,6 +45,6 @@ in pythonPackages.buildPythonPackage rec {
description = "ACME client that can obtain certs and extensibly update server configurations";
platforms = platforms.unix;
maintainers = [ maintainers.iElectric ];
license = licenses.apl20;
license = licenses.asl20;
};
}