lol

python311Packages.pyrtlsdr: specify license

authored by

Fabian Affolter and committed by
GitHub
2c2305ee 82942d90

+1 -1
+1 -1
pkgs/development/python-modules/pyrtlsdr/default.nix
··· 28 28 description = "Python wrapper for librtlsdr (a driver for Realtek RTL2832U based SDR's)"; 29 29 homepage = "https://github.com/roger-/pyrtlsdr"; 30 30 changelog = "https://github.com/pyrtlsdr/pyrtlsdr/releases/tag/v${version}"; 31 - license = licenses.gpl3; 31 + license = licenses.gpl3Plus; 32 32 platforms = platforms.unix; 33 33 maintainers = with maintainers; [ bjornfor ]; 34 34 };