1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 hash = "sha256-osXwVZuMB9cMj0tEMBOQ8hrKWAmfXui4ELoi0dm9yB4=";
16 subPackages = [ "." ];
19 description = "CLI for Limes";
20 homepage = "https://github.com/sapcc/limesctl";
21 license = licenses.asl20;
22 maintainers = with maintainers; [ SuperSandro2000 ];