Unverified Commit c9514925 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

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

parents 8c91d756 12d14a2f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
  };
}