Commit 424c26cc authored by zowoq's avatar zowoq
Browse files

etcd: remove maintainer

parent 6b28b59d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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" ];
  };
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };