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; {
|
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 a new issue