diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index af09120bba5f..d80eab25a6c6 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -3142,12 +3142,6 @@ githubId = 5718007; name = "Bastian Köcher"; }; - blaggacao = { - name = "David Arnold"; - email = "dar@xoe.solutions"; - github = "blaggacao"; - githubId = 7548295; - }; blakesmith = { name = "Blake Smith"; email = "blakesmith0@gmail.com"; diff --git a/pkgs/by-name/gi/git-town/package.nix b/pkgs/by-name/gi/git-town/package.nix index 623f81ed61d4..0bc2fca142ba 100644 --- a/pkgs/by-name/gi/git-town/package.nix +++ b/pkgs/by-name/gi/git-town/package.nix @@ -82,7 +82,6 @@ buildGoModule rec { license = licenses.mit; maintainers = with maintainers; [ allonsy - blaggacao gabyx ]; mainProgram = "git-town"; diff --git a/pkgs/by-name/go/go-rice/package.nix b/pkgs/by-name/go/go-rice/package.nix index f98384bd270f..85127bc363d3 100644 --- a/pkgs/by-name/go/go-rice/package.nix +++ b/pkgs/by-name/go/go-rice/package.nix @@ -26,7 +26,7 @@ buildGoModule rec { description = "Go package that makes working with resources such as html, js, css, images, templates very easy"; homepage = "https://github.com/GeertJohan/go.rice"; license = licenses.bsd2; - maintainers = with maintainers; [ blaggacao ]; + maintainers = with maintainers; [ ]; mainProgram = "rice"; }; } diff --git a/pkgs/by-name/ho/hostctl/package.nix b/pkgs/by-name/ho/hostctl/package.nix index 6cc9412266e9..a5838703674c 100644 --- a/pkgs/by-name/ho/hostctl/package.nix +++ b/pkgs/by-name/ho/hostctl/package.nix @@ -42,7 +42,7 @@ buildGoModule rec { ''; homepage = "https://guumaster.github.io/hostctl/"; license = licenses.mit; - maintainers = with maintainers; [ blaggacao ]; + maintainers = with maintainers; [ ]; mainProgram = "hostctl"; }; } diff --git a/pkgs/by-name/jd/jd-diff-patch/package.nix b/pkgs/by-name/jd/jd-diff-patch/package.nix index e69daa1be12a..f2899114af2b 100644 --- a/pkgs/by-name/jd/jd-diff-patch/package.nix +++ b/pkgs/by-name/jd/jd-diff-patch/package.nix @@ -29,7 +29,6 @@ buildGoModule rec { license = licenses.mit; maintainers = with maintainers; [ bryanasdev000 - blaggacao ]; mainProgram = "jd"; }; diff --git a/pkgs/by-name/ku/kubespy/package.nix b/pkgs/by-name/ku/kubespy/package.nix index eff7b4624dae..6a28cc19c305 100644 --- a/pkgs/by-name/ku/kubespy/package.nix +++ b/pkgs/by-name/ku/kubespy/package.nix @@ -39,6 +39,6 @@ buildGoModule rec { mainProgram = "kubespy"; homepage = "https://github.com/pulumi/kubespy"; license = licenses.asl20; - maintainers = with maintainers; [ blaggacao ]; + maintainers = with maintainers; [ ]; }; } diff --git a/pkgs/by-name/md/mdbook-d2/package.nix b/pkgs/by-name/md/mdbook-d2/package.nix index b948c7a2cb0b..72897f5957cf 100644 --- a/pkgs/by-name/md/mdbook-d2/package.nix +++ b/pkgs/by-name/md/mdbook-d2/package.nix @@ -31,6 +31,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/danieleades/mdbook-d2"; changelog = "https://github.com/danieleades/mdbook-d2/blob/${src.rev}/CHANGELOG.md"; license = licenses.mit; - maintainers = with maintainers; [ blaggacao matthiasbeyer ]; + maintainers = with maintainers; [ matthiasbeyer ]; }; } diff --git a/pkgs/by-name/md/mdbook-emojicodes/package.nix b/pkgs/by-name/md/mdbook-emojicodes/package.nix index e8c39c0a0000..430e3f32f30a 100644 --- a/pkgs/by-name/md/mdbook-emojicodes/package.nix +++ b/pkgs/by-name/md/mdbook-emojicodes/package.nix @@ -31,7 +31,6 @@ rustPlatform.buildRustPackage rec { changelog = "https://github.com/blyxyas/mdbook-emojicodes/releases/tag/${version}"; license = licenses.mit; maintainers = with maintainers; [ - blaggacao matthiasbeyer ]; }; diff --git a/pkgs/by-name/md/mdbook-kroki-preprocessor/package.nix b/pkgs/by-name/md/mdbook-kroki-preprocessor/package.nix index 5a20db414d6e..fd18fe07fc96 100644 --- a/pkgs/by-name/md/mdbook-kroki-preprocessor/package.nix +++ b/pkgs/by-name/md/mdbook-kroki-preprocessor/package.nix @@ -41,7 +41,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/joelcourtney/mdbook-kroki-preprocessor"; license = licenses.gpl3Only; maintainers = with maintainers; [ - blaggacao matthiasbeyer ]; }; diff --git a/pkgs/by-name/md/mdbook-pagetoc/package.nix b/pkgs/by-name/md/mdbook-pagetoc/package.nix index b61c9e9ea060..0a91b274eb12 100644 --- a/pkgs/by-name/md/mdbook-pagetoc/package.nix +++ b/pkgs/by-name/md/mdbook-pagetoc/package.nix @@ -24,7 +24,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/slowsage/mdbook-pagetoc"; license = licenses.mit; maintainers = with maintainers; [ - blaggacao matthiasbeyer ]; }; diff --git a/pkgs/by-name/no/norouter/package.nix b/pkgs/by-name/no/norouter/package.nix index 73b9273e5d64..6cd63474af38 100644 --- a/pkgs/by-name/no/norouter/package.nix +++ b/pkgs/by-name/no/norouter/package.nix @@ -34,7 +34,7 @@ buildGoModule rec { description = "Tool to handle unprivileged networking by using multiple loopback addresses"; homepage = "https://github.com/norouter/norouter"; license = licenses.asl20; - maintainers = with maintainers; [ blaggacao ]; + maintainers = with maintainers; [ ]; mainProgram = "norouter"; }; } diff --git a/pkgs/by-name/te/terraform-backend-git/package.nix b/pkgs/by-name/te/terraform-backend-git/package.nix index cba0fd94eaca..0df99f3ddce7 100644 --- a/pkgs/by-name/te/terraform-backend-git/package.nix +++ b/pkgs/by-name/te/terraform-backend-git/package.nix @@ -41,6 +41,6 @@ buildGoModule rec { homepage = "https://github.com/plumber-cd/terraform-backend-git"; changelog = "https://github.com/plumber-cd/terraform-backend-git/blob/${src.rev}/CHANGELOG.md"; license = licenses.asl20; - maintainers = with maintainers; [ blaggacao ]; + maintainers = with maintainers; [ ]; }; } diff --git a/pkgs/development/python-modules/annotated-types/default.nix b/pkgs/development/python-modules/annotated-types/default.nix index b72c6404071c..cd818c067676 100644 --- a/pkgs/development/python-modules/annotated-types/default.nix +++ b/pkgs/development/python-modules/annotated-types/default.nix @@ -33,6 +33,6 @@ buildPythonPackage rec { homepage = "https://github.com/annotated-types/annotated-types"; changelog = "https://github.com/annotated-types/annotated-types/releases/tag/v${version}"; license = licenses.mit; - maintainers = with maintainers; [ blaggacao ]; + maintainers = with maintainers; [ ]; }; } diff --git a/pkgs/development/python-modules/git-url-parse/default.nix b/pkgs/development/python-modules/git-url-parse/default.nix index f49bf677ecc8..67a0e5a38030 100644 --- a/pkgs/development/python-modules/git-url-parse/default.nix +++ b/pkgs/development/python-modules/git-url-parse/default.nix @@ -38,6 +38,6 @@ buildPythonPackage rec { homepage = "https://github.com/coala/git-url-parse"; changelog = "https://github.com/coala/git-url-parse/blob/${src.rev}/CHANGELOG.rst"; license = licenses.mit; - maintainers = with maintainers; [ blaggacao ]; + maintainers = with maintainers; [ ]; }; } diff --git a/pkgs/development/python-modules/gocardless-pro/default.nix b/pkgs/development/python-modules/gocardless-pro/default.nix index b61bb0326632..54591dc9af35 100644 --- a/pkgs/development/python-modules/gocardless-pro/default.nix +++ b/pkgs/development/python-modules/gocardless-pro/default.nix @@ -40,6 +40,6 @@ buildPythonPackage rec { homepage = "https://github.com/gocardless/gocardless-pro-python"; changelog = "https://github.com/gocardless/gocardless-pro-python/blob/${src.rev}/CHANGELOG.md"; license = licenses.mit; - maintainers = with maintainers; [ blaggacao ]; + maintainers = with maintainers; [ ]; }; } diff --git a/pkgs/development/python-modules/pydantic-core/default.nix b/pkgs/development/python-modules/pydantic-core/default.nix index 88be177af130..f246f5f39666 100644 --- a/pkgs/development/python-modules/pydantic-core/default.nix +++ b/pkgs/development/python-modules/pydantic-core/default.nix @@ -80,7 +80,7 @@ let description = "Core validation logic for pydantic written in rust"; homepage = "https://github.com/pydantic/pydantic-core"; license = licenses.mit; - maintainers = with maintainers; [ blaggacao ]; + maintainers = with maintainers; [ ]; }; }; in diff --git a/pkgs/development/python-modules/pymatting/default.nix b/pkgs/development/python-modules/pymatting/default.nix index 7f65640f012b..89ca430db1c3 100644 --- a/pkgs/development/python-modules/pymatting/default.nix +++ b/pkgs/development/python-modules/pymatting/default.nix @@ -58,6 +58,6 @@ buildPythonPackage rec { homepage = "https://github.com/pymatting/pymatting"; changelog = "https://github.com/pymatting/pymatting/blob/v${version}/CHANGELOG.md"; license = licenses.mit; - maintainers = with maintainers; [ blaggacao ]; + maintainers = with maintainers; [ ]; }; } diff --git a/pkgs/development/python-modules/pypika/default.nix b/pkgs/development/python-modules/pypika/default.nix index 1acaee0a89f2..70e3d3bcb114 100644 --- a/pkgs/development/python-modules/pypika/default.nix +++ b/pkgs/development/python-modules/pypika/default.nix @@ -28,6 +28,6 @@ buildPythonPackage rec { description = "Python SQL query builder"; homepage = "https://github.com/kayak/pypika"; license = licenses.asl20; - maintainers = with maintainers; [ blaggacao ]; + maintainers = with maintainers; [ ]; }; } diff --git a/pkgs/development/python-modules/python-youtube/default.nix b/pkgs/development/python-modules/python-youtube/default.nix index 0496cc57a68d..0a335053af47 100644 --- a/pkgs/development/python-modules/python-youtube/default.nix +++ b/pkgs/development/python-modules/python-youtube/default.nix @@ -50,6 +50,6 @@ buildPythonPackage rec { homepage = "https://github.com/sns-sdks/python-youtube"; changelog = "https://github.com/sns-sdks/python-youtube/blob/${src.tag}/CHANGELOG.md"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ blaggacao ]; + maintainers = with lib.maintainers; [ ]; }; } diff --git a/pkgs/tools/networking/ifwifi/default.nix b/pkgs/tools/networking/ifwifi/default.nix index 0e9b2c850f74..3504a56c920f 100644 --- a/pkgs/tools/networking/ifwifi/default.nix +++ b/pkgs/tools/networking/ifwifi/default.nix @@ -54,7 +54,7 @@ rustPlatform.buildRustPackage rec { ''; homepage = "https://github.com/araujobsd/ifwifi"; license = with licenses; [ bsd2 ]; - maintainers = with maintainers; [ blaggacao ]; + maintainers = with maintainers; [ ]; # networkmanager doesn't work on darwin # even though the `wifiscanner` crate would work platforms = with platforms; linux; # ++ darwin;