libbladerf: add markuskowa as maintainer

This commit is contained in:
Markus Kowalewski
2023-05-04 21:33:26 +02:00
parent 6679ceb53f
commit 139b273462
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
homepage = "https://nuand.com/libbladeRF-doc";
description = "Supporting library of the BladeRF SDR opensource hardware";
license = licenses.lgpl21;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ markuskowa ];
platforms = platforms.unix;
};
}