etcd_3_4: remove offline from maintainers for inactivity

+1 -1
+1 -1
pkgs/servers/etcd/3_4/default.nix
··· 41 41 downloadPage = "https://github.com/etcd-io/etcd/"; 42 42 license = lib.licenses.asl20; 43 43 homepage = "https://etcd.io/"; 44 - maintainers = with lib.maintainers; [ offline ]; 44 + maintainers = with lib.maintainers; [ ]; 45 45 }; 46 46 }