mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 04:02:10 +00:00
Mark slimserver as unfree
This commit is contained in:
parent
ffa0a87774
commit
b0e518c6e5
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue