summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMax Niederman <max@maxniederman.com>2021-12-18 21:10:49 -0800
committerMax Niederman <max@maxniederman.com>2021-12-18 21:22:42 -0800
commitf9c6fd3779468cd31ad1a696d4f9dda2630e5ee9 (patch)
tree2baf317a4a51d79ac74cc3b2381f21ab251b5cb3 /pkgs/applications
parentc6c31833286232b712756da7cae639899e1e34ae (diff)
downloadnixpkgs-f9c6fd3779468cd31ad1a696d4f9dda2630e5ee9.tar
nixpkgs-f9c6fd3779468cd31ad1a696d4f9dda2630e5ee9.tar.gz
nixpkgs-f9c6fd3779468cd31ad1a696d4f9dda2630e5ee9.tar.bz2
nixpkgs-f9c6fd3779468cd31ad1a696d4f9dda2630e5ee9.tar.lz
nixpkgs-f9c6fd3779468cd31ad1a696d4f9dda2630e5ee9.tar.xz
nixpkgs-f9c6fd3779468cd31ad1a696d4f9dda2630e5ee9.tar.zst
nixpkgs-f9c6fd3779468cd31ad1a696d4f9dda2630e5ee9.zip
ttyper: add maintainer max-niederman
max-niederman is the owner of the ttyper project and has updated the
package in the past.
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/misc/ttyper/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/ttyper/default.nix b/pkgs/applications/misc/ttyper/default.nix
index 4e927fa0698..d2bed3dce0a 100644
--- a/pkgs/applications/misc/ttyper/default.nix
+++ b/pkgs/applications/misc/ttyper/default.nix
@@ -17,6 +17,6 @@ rustPlatform.buildRustPackage rec {
     description = "Terminal-based typing test";
     homepage = "https://github.com/max-niederman/ttyper";
     license = licenses.mit;
-    maintainers = with maintainers; [ figsoda ];
+    maintainers = with maintainers; [ figsoda max-niederman ];
   };
 }