about summary refs log tree commit diff
path: root/pkgs/os-specific/linux
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2024-04-29 02:24:09 +0300
committerArtturin <Artturin@artturin.com>2024-04-29 02:30:00 +0300
commit79aa1b2182a1e4cd4301f8b5271935e5d756c806 (patch)
treeb20d72be0baa225830705cc3adf25e4e3b715f53 /pkgs/os-specific/linux
parentfff67afa248fbea5e2f633b09fcfd2bc166f9849 (diff)
maintainers: retire inactive `MP2E`
their last commit to nixpkgs was in `2019-02-21`
Diffstat (limited to 'pkgs/os-specific/linux')
-rw-r--r--pkgs/os-specific/linux/mwprocapture/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/mwprocapture/default.nix b/pkgs/os-specific/linux/mwprocapture/default.nix
index 2b4628762f105..711a14845df76 100644
--- a/pkgs/os-specific/linux/mwprocapture/default.nix
+++ b/pkgs/os-specific/linux/mwprocapture/default.nix
@@ -60,7 +60,7 @@ stdenv.mkDerivation rec {
     homepage = "https://www.magewell.com/";
     description = "Linux driver for the Magewell Pro Capture family";
     license = licenses.unfreeRedistributable;
-    maintainers = with maintainers; [ flexiondotorg MP2E ];
+    maintainers = with maintainers; [ flexiondotorg ];
     platforms = platforms.linux;
   };
 }