slimserver: add changelog

This commit is contained in:
Adam Stephens 2024-02-09 00:35:45 -05:00
parent 31f129d2ed
commit 79893e0d5f
No known key found for this signature in database

View File

@ -150,8 +150,9 @@ perlPackages.buildPerlPackage rec {
meta = with lib; {
homepage = "https://github.com/Logitech/slimserver";
changelog = "https://github.com/Logitech/slimserver/blob/${version}/Changelog${lib.versions.major version}.html";
description = "Server for Logitech Squeezebox players. This server is also called Logitech Media Server";
# the firmware is not under a free license, but not included in the default package
# the firmware is not under a free license, so we do not include firmware in the default package
# https://github.com/Logitech/slimserver/blob/public/8.3/License.txt
license = if enableUnfreeFirmware then licenses.unfree else licenses.gpl2Only;
mainProgram = "slimserver";