etcd: remove maintainer

This commit is contained in:
zowoq 2023-08-07 12:21:02 +10:00
parent 6b28b59d10
commit 424c26cc21
3 changed files with 3 additions and 3 deletions

View file

@ -28,7 +28,7 @@ buildGoPackage rec {
description = "Distributed reliable key-value store for the most critical data of a distributed system";
license = licenses.asl20;
homepage = "https://etcd.io/";
maintainers = with maintainers; [ offline zowoq ];
maintainers = with maintainers; [ offline ];
broken = stdenv.isDarwin; # outdated golang.org/x/sys
knownVulnerabilities = [ "CVE-2023-32082" ];
};

View file

@ -29,6 +29,6 @@ buildGoModule rec {
description = "Distributed reliable key-value store for the most critical data of a distributed system";
license = licenses.asl20;
homepage = "https://etcd.io/";
maintainers = with maintainers; [ offline zowoq ];
maintainers = with maintainers; [ offline ];
};
}

View file

@ -16,7 +16,7 @@ let
description = "Distributed reliable key-value store for the most critical data of a distributed system";
license = licenses.asl20;
homepage = "https://etcd.io/";
maintainers = with maintainers; [ offline zowoq endocrimes ];
maintainers = with maintainers; [ offline endocrimes ];
platforms = platforms.darwin ++ platforms.linux;
};