Commit ce0a47cd authored by Paul Meyer's avatar Paul Meyer
Browse files

maintainers: remove attila-lendvai

parent 11eef97f
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -1859,12 +1859,6 @@
    github = "Atry";
    githubId = 601530;
  };
  attila-lendvai = {
    name = "Attila Lendvai";
    email = "attila@lendvai.name";
    github = "attila-lendvai";
    githubId = 840345;
  };
  auchter = {
    name = "Michael Auchter";
    email = "a@phire.org";
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ let
in {
  meta = {
    # doc = ./bee.xml;
    maintainers = with maintainers; [ attila-lendvai ];
    maintainers = with maintainers; [ ];
  };

  ### interface
+1 −1
Original line number Diff line number Diff line
@@ -51,6 +51,6 @@ buildGoModule rec {
      Bee is a Swarm node implementation, written in Go.
    '';
    license = with licenses; [ bsd3 ];
    maintainers = with maintainers; [ attila-lendvai ];
    maintainers = with maintainers; [ ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -51,6 +51,6 @@ llvmPackages.stdenv.mkDerivation {
    homepage = "https://github.com/rpav/c2ffi";
    description = "An LLVM based tool for extracting definitions from C, C++, and Objective C header files for use with foreign function call interfaces";
    license = licenses.lgpl21Only;
    maintainers = with maintainers; [ attila-lendvai ];
    maintainers = with maintainers; [ ];
 };
}