From b2dc2ea4dd457d179cb60ed21e267fc90b0e81b9 Mon Sep 17 00:00:00 2001 From: Hythera <87016780+Hythera@users.noreply.github.com> Date: Thu, 11 Jun 2026 16:07:05 +0200 Subject: [PATCH] maintainers: remove vrthra --- maintainers/maintainer-list.nix | 6 ------ pkgs/development/compilers/factor-lang/unwrapped.nix | 1 - 2 files changed, 7 deletions(-) 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" ];