maintainers: remove attila-lendvai

This commit is contained in:
Paul Meyer 2024-02-12 22:33:37 +01:00
parent 11eef97f3c
commit ce0a47cd2c
4 changed files with 3 additions and 9 deletions

View file

@ -1859,12 +1859,6 @@
github = "Atry"; github = "Atry";
githubId = 601530; githubId = 601530;
}; };
attila-lendvai = {
name = "Attila Lendvai";
email = "attila@lendvai.name";
github = "attila-lendvai";
githubId = 840345;
};
auchter = { auchter = {
name = "Michael Auchter"; name = "Michael Auchter";
email = "a@phire.org"; email = "a@phire.org";

View file

@ -8,7 +8,7 @@ let
in { in {
meta = { meta = {
# doc = ./bee.xml; # doc = ./bee.xml;
maintainers = with maintainers; [ attila-lendvai ]; maintainers = with maintainers; [ ];
}; };
### interface ### interface

View file

@ -51,6 +51,6 @@ buildGoModule rec {
Bee is a Swarm node implementation, written in Go. Bee is a Swarm node implementation, written in Go.
''; '';
license = with licenses; [ bsd3 ]; license = with licenses; [ bsd3 ];
maintainers = with maintainers; [ attila-lendvai ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -51,6 +51,6 @@ llvmPackages.stdenv.mkDerivation {
homepage = "https://github.com/rpav/c2ffi"; 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"; 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; license = licenses.lgpl21Only;
maintainers = with maintainers; [ attila-lendvai ]; maintainers = with maintainers; [ ];
}; };
} }