python311Packages.pyrtlsdr: specify license

This commit is contained in:
Fabian Affolter
2023-08-06 21:11:43 +02:00
committed by GitHub
parent 82942d901d
commit 2c2305ee50
@@ -28,7 +28,7 @@ buildPythonPackage rec {
description = "Python wrapper for librtlsdr (a driver for Realtek RTL2832U based SDR's)";
homepage = "https://github.com/roger-/pyrtlsdr";
changelog = "https://github.com/pyrtlsdr/pyrtlsdr/releases/tag/v${version}";
license = licenses.gpl3;
license = licenses.gpl3Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ bjornfor ];
};