Mark slimserver as unfree

This commit is contained in:
Philipp Hausmann 2017-03-16 20:59:12 +01:00
parent ffa0a87774
commit b0e518c6e5

View File

@ -89,8 +89,9 @@ buildPerlPackage rec {
meta = with stdenv.lib; {
homepage = https://github.com/Logitech/slimserver;
description = "Server for Logitech Squeezebox players. This server is also called Logitech Media Server";
# TODO: not all source code is under gpl2!
license = licenses.gpl2;
# the firmware is not under a free license!
# https://github.com/Logitech/slimserver/blob/public/7.9/License.txt
license = licenses.unfree;
maintainers = [ maintainers.phile314 ];
platforms = platforms.linux;
};