summary refs log tree commit diff
path: root/pkgs/tools/filesystems/mtdutils/default.nix
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2021-11-02 21:38:27 -0300
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-11-02 18:22:31 -0700
commitdf4fac48fcdd1758f41eea9fdfc6843308a4bdcf (patch)
tree4935024db1d040249ed2d35e301f85894f6f4627 /pkgs/tools/filesystems/mtdutils/default.nix
parent679fb825a2d12b701de7eeba97a968a3252258af (diff)
downloadnixpkgs-df4fac48fcdd1758f41eea9fdfc6843308a4bdcf.tar
nixpkgs-df4fac48fcdd1758f41eea9fdfc6843308a4bdcf.tar.gz
nixpkgs-df4fac48fcdd1758f41eea9fdfc6843308a4bdcf.tar.bz2
nixpkgs-df4fac48fcdd1758f41eea9fdfc6843308a4bdcf.tar.lz
nixpkgs-df4fac48fcdd1758f41eea9fdfc6843308a4bdcf.tar.xz
nixpkgs-df4fac48fcdd1758f41eea9fdfc6843308a4bdcf.tar.zst
nixpkgs-df4fac48fcdd1758f41eea9fdfc6843308a4bdcf.zip
maintainers: remove superherointj
Diffstat (limited to 'pkgs/tools/filesystems/mtdutils/default.nix')
-rw-r--r--pkgs/tools/filesystems/mtdutils/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/filesystems/mtdutils/default.nix b/pkgs/tools/filesystems/mtdutils/default.nix
index c4bf545a7d5..2e58018bf18 100644
--- a/pkgs/tools/filesystems/mtdutils/default.nix
+++ b/pkgs/tools/filesystems/mtdutils/default.nix
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
     downloadPage = "https://git.infradead.org/mtd-utils.git";
     license = licenses.gpl2Plus;
     homepage = "http://www.linux-mtd.infradead.org/";
-    maintainers = with maintainers; [ viric superherointj ];
+    maintainers = with maintainers; [ viric ];
     platforms = with platforms; linux;
   };
 }