python3Packages.raspyrfm-client: set license (#516503)

This commit is contained in:
Jo
2026-05-04 13:44:48 +00:00
committed by GitHub
@@ -33,5 +33,6 @@ buildPythonPackage rec {
homepage = "https://github.com/markusressel/raspyrfm-client";
changelog = "https://github.com/markusressel/raspyrfm-client/releases/tag/${src.tag}";
maintainers = with lib.maintainers; [ ethancedwards8 ];
license = lib.licenses.gpl3Plus;
};
}