Skip to content

Commit

Permalink
wsjtx: add melling as maintainer
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmelling committed Nov 6, 2023
1 parent 1f0599c commit bc1b7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/radio/wsjtx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ stdenv.mkDerivation rec {
# Older licenses are for the statically-linked hamlib
license = with licenses; [ gpl3Plus gpl2Plus lgpl21Plus ];
platforms = platforms.linux;
maintainers = with maintainers; [ lasandell numinit ];
maintainers = with maintainers; [ lasandell numinit melling ];
};
}

0 comments on commit bc1b7ca

Please sign in to comment.