nixosTests.etcd-cluster: update name

zowoq 7a697fef 3865e5f4

+1 -1
+1 -1
nixos/tests/etcd-cluster.nix
··· 95 95 networking.firewall.allowedTCPPorts = [ 2380 ]; 96 96 }; 97 97 in { 98 - name = "etcd"; 98 + name = "etcd-cluster"; 99 99 100 100 meta = with pkgs.lib.maintainers; { 101 101 maintainers = [ offline ];