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