about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2023-12-25 13:57:36 +0100
committerMaximilian Bosch <maximilian@mbosch.me>2023-12-26 12:47:34 +0100
commite663cbe65d0161e7c74919831c77313cb81b5911 (patch)
tree667a3de6c2d86434597af8535c5536386338f55f /pkgs
parentf6dcece2d0a0595050a7eb37b0bebc8b49c4515d (diff)
downloadnixlib-e663cbe65d0161e7c74919831c77313cb81b5911.tar
nixlib-e663cbe65d0161e7c74919831c77313cb81b5911.tar.gz
nixlib-e663cbe65d0161e7c74919831c77313cb81b5911.tar.bz2
nixlib-e663cbe65d0161e7c74919831c77313cb81b5911.tar.lz
nixlib-e663cbe65d0161e7c74919831c77313cb81b5911.tar.xz
nixlib-e663cbe65d0161e7c74919831c77313cb81b5911.tar.zst
nixlib-e663cbe65d0161e7c74919831c77313cb81b5911.zip
passage: add ma27 as maintainer
I've been a long-time `pass(1)` user, but I'm trying to get rid of GPG
personally, so this seems to be the way to go.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/security/passage/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/passage/default.nix b/pkgs/tools/security/passage/default.nix
index 3fc1c3f918e7..1d6bdfa225aa 100644
--- a/pkgs/tools/security/passage/default.nix
+++ b/pkgs/tools/security/passage/default.nix
@@ -63,7 +63,7 @@ stdenv.mkDerivation {
     description = "Stores, retrieves, generates, and synchronizes passwords securely";
     homepage    = "https://github.com/FiloSottile/passage";
     license     = licenses.gpl2Plus;
-    maintainers = with maintainers; [ kaction ];
+    maintainers = with maintainers; [ kaction ma27 ];
     platforms   = platforms.unix;
     mainProgram = "passage";