mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
soapysdr: add numinit as maintainer
(cherry picked from commit 36a1705dcf
)
This commit is contained in:
parent
1d331c2db2
commit
9247adf8c2
@ -73,7 +73,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://github.com/pothosware/SoapySDR";
|
||||
description = "Vendor and platform neutral SDR support library";
|
||||
license = licenses.boost;
|
||||
maintainers = with maintainers; [ markuskowa ];
|
||||
maintainers = with maintainers; [
|
||||
markuskowa
|
||||
numinit
|
||||
];
|
||||
mainProgram = "SoapySDRUtil";
|
||||
pkgConfigModules = [ "SoapySDR" ];
|
||||
platforms = platforms.unix;
|
||||
|
Loading…
Reference in New Issue
Block a user