about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2023-07-31 22:03:52 -0300
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-08-01 10:04:14 +0000
commit4da2dd2537d840774e6b2393817b48409ba7665d (patch)
treec34b3dcfda0db55bacb2e7000edb7fbffc51d548 /pkgs/applications
parent69533f60436c6309e859bce1905447a209dd6ffc (diff)
netsurf.buildsystem: remove samueldr from meta.maintainers
By personal request.
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/browsers/netsurf/buildsystem.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/browsers/netsurf/buildsystem.nix b/pkgs/applications/networking/browsers/netsurf/buildsystem.nix
index 9996245363899..385deef99fdfa 100644
--- a/pkgs/applications/networking/browsers/netsurf/buildsystem.nix
+++ b/pkgs/applications/networking/browsers/netsurf/buildsystem.nix
@@ -20,7 +20,7 @@ stdenv.mkDerivation (finalAttrs: {
     homepage = "https://www.netsurf-browser.org/";
     description = "NetSurf browser shared build system";
     license = lib.licenses.mit;
-    maintainers = with lib.maintainers; [ samueldr vrthra AndersonTorres ];
+    maintainers = with lib.maintainers; [ vrthra AndersonTorres ];
     platforms = lib.platforms.unix;
   };
 })