rtl-sdr: add myself as maintainer

This commit is contained in:
Tungsten842 2024-04-14 17:50:08 +02:00 committed by Bjørn Forsman
parent a1080ded57
commit 608072151b
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ let
inherit (meta) longDescription homepage;
description = "Software to turn the RTL2832U into a SDR receiver";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ bjornfor skovati ];
maintainers = with maintainers; [ bjornfor skovati Tungsten842 ];
platforms = platforms.unix;
mainProgram = "rtl_sdr";
};