wsjtx: add melling as maintainer

This commit is contained in:
Matt Melling
2023-11-08 23:51:46 +00:00
parent d6d4178331
commit 52d8aaadf2
+1 -1
View File
@@ -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 ];
};
}