spotify-ripper: mark as unfree

Allows building CI as free-only following requirements of upstream.
This commit is contained in:
2020-10-17 16:20:37 +11:00
parent 14e18ac2d2
commit c1c942c346
2 changed files with 2 additions and 2 deletions

View File

@ -57,6 +57,7 @@ python2Packages.buildPythonApplication rec {
to WAV, FLAC, Ogg Vorbis, Opus, AAC, and MP4/M4A.
'';
homepage = "https://github.com/hbashton/spotify-ripper";
license = stdenv.lib.licenses.mit;
# spotify-ripper itself is MIT, but the upstream libspotify is unfree.
license = stdenv.lib.licenses.unfree;
};
}