1
0
Fork 1
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:
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; { 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;
}; };