diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index c7ea2f7c7263..d7252deaf9e1 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -29411,12 +29411,6 @@ name = "Vince Rose"; githubId = 9831420; }; - vrthra = { - email = "rahul@gopinath.org"; - github = "vrthra"; - githubId = 70410; - name = "Rahul Gopinath"; - }; vsharathchandra = { email = "chandrasharath.v@gmail.com"; github = "vsharathchandra"; diff --git a/pkgs/development/compilers/factor-lang/unwrapped.nix b/pkgs/development/compilers/factor-lang/unwrapped.nix index cc52c593f771..dddd53148977 100644 --- a/pkgs/development/compilers/factor-lang/unwrapped.nix +++ b/pkgs/development/compilers/factor-lang/unwrapped.nix @@ -108,7 +108,6 @@ stdenv.mkDerivation (finalAttrs: { ''; license = lib.licenses.bsd2; maintainers = with lib.maintainers; [ - vrthra spacefrogg ]; platforms = [ "x86_64-linux" ];