summary refs log tree commit diff
path: root/pkgs/tools/misc/termplay/default.nix
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-06-12 23:13:40 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-06-12 23:13:40 +0200
commit10f85360c6df79697e32da02ca390113d3004745 (patch)
tree2b8e9ce66682a748cce5a7122eac37b67dbcc8f8 /pkgs/tools/misc/termplay/default.nix
parent38a0226d57cfbbedbcf813ef9c29049f525c78aa (diff)
downloadnixpkgs-10f85360c6df79697e32da02ca390113d3004745.tar
nixpkgs-10f85360c6df79697e32da02ca390113d3004745.tar.gz
nixpkgs-10f85360c6df79697e32da02ca390113d3004745.tar.bz2
nixpkgs-10f85360c6df79697e32da02ca390113d3004745.tar.lz
nixpkgs-10f85360c6df79697e32da02ca390113d3004745.tar.xz
nixpkgs-10f85360c6df79697e32da02ca390113d3004745.tar.zst
nixpkgs-10f85360c6df79697e32da02ca390113d3004745.zip
maintainers: remove jD91mZM2
Thank you for every single commit to NixOS and nixpkgs.
https://github.com/NixOS/nixpkgs/commits?author=jD91mZM2

https://www.redox-os.org/news/open-source-mental-health/
Diffstat (limited to 'pkgs/tools/misc/termplay/default.nix')
-rw-r--r--pkgs/tools/misc/termplay/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/termplay/default.nix b/pkgs/tools/misc/termplay/default.nix
index 5db3998409e..80c6341f025 100644
--- a/pkgs/tools/misc/termplay/default.nix
+++ b/pkgs/tools/misc/termplay/default.nix
@@ -32,7 +32,7 @@ rustPlatform.buildRustPackage rec {
     description = "Play an image/video in your terminal";
     homepage = "https://jd91mzm2.github.io/termplay/";
     license = licenses.mit;
-    maintainers = with maintainers; [ jD91mZM2 ];
+    maintainers = with maintainers; [ ];
     platforms = platforms.unix;
   };
 }