summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMatt Melling <mattmelling@fastmail.com>2023-11-08 23:24:22 +0000
committerMatt Melling <mattmelling@fastmail.com>2023-11-08 23:51:46 +0000
commit52d8aaadf287454fd77d908e80f94fe87c0dc1cc (patch)
tree428f56122b1717a73a470a56d9bcb4ef3c1995b2 /pkgs
parentd6d4178331847e67f740566b75748bd00b1936b9 (diff)
downloadnixpkgs-52d8aaadf287454fd77d908e80f94fe87c0dc1cc.tar
nixpkgs-52d8aaadf287454fd77d908e80f94fe87c0dc1cc.tar.gz
nixpkgs-52d8aaadf287454fd77d908e80f94fe87c0dc1cc.tar.bz2
nixpkgs-52d8aaadf287454fd77d908e80f94fe87c0dc1cc.tar.lz
nixpkgs-52d8aaadf287454fd77d908e80f94fe87c0dc1cc.tar.xz
nixpkgs-52d8aaadf287454fd77d908e80f94fe87c0dc1cc.tar.zst
nixpkgs-52d8aaadf287454fd77d908e80f94fe87c0dc1cc.zip
wsjtx: add melling as maintainer
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/radio/wsjtx/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/radio/wsjtx/default.nix b/pkgs/applications/radio/wsjtx/default.nix
index 2de64faf2f4..23fb34db0e3 100644
--- a/pkgs/applications/radio/wsjtx/default.nix
+++ b/pkgs/applications/radio/wsjtx/default.nix
@@ -30,6 +30,6 @@ stdenv.mkDerivation rec {
     homepage = "https://physics.princeton.edu/pulsar/k1jt/wsjtx.html";
     license = with licenses; [ gpl3Plus ];
     platforms = platforms.linux;
-    maintainers = with maintainers; [ lasandell numinit ];
+    maintainers = with maintainers; [ lasandell numinit melling ];
   };
 }