soapyrtlsdr: add luizribeiro as maintainer
This commit is contained in:
parent
55fdc0ce3c
commit
c51440bf8b
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
homepage = "https://github.com/pothosware/SoapyRTLSDR";
|
homepage = "https://github.com/pothosware/SoapyRTLSDR";
|
||||||
description = "SoapySDR plugin for RTL-SDR devices";
|
description = "SoapySDR plugin for RTL-SDR devices";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ ragge ];
|
maintainers = with maintainers; [ ragge luizribeiro ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue