Loading pkgs/by-name/sl/slimserver/package.nix +5 −5 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ perlPackages.buildPerlPackage rec { version = "8.5.0"; src = fetchFromGitHub { owner = "Logitech"; owner = "LMS-Community"; repo = "slimserver"; rev = version; hash = "sha256-yDJVqZ0+qVm4r/wmQK/hf9uRJaN56WQMO28RE59mNNI="; Loading Loading @@ -56,7 +56,7 @@ perlPackages.buildPerlPackage rec { DataURIEncode DBDSQLite DBI # DBIxClass # https://github.com/Logitech/slimserver/issues/138 # DBIxClass # https://github.com/LMS-Community/slimserver/issues/138 DigestSHA1 EncodeDetect EV Loading Loading @@ -151,11 +151,11 @@ 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"; homepage = "https://github.com/LMS-Community/slimserver"; changelog = "https://github.com/LMS-Community/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, so we do not include firmware in the default package # https://github.com/Logitech/slimserver/blob/public/8.3/License.txt # https://github.com/LMS-Community/slimserver/blob/public/8.3/License.txt license = if enableUnfreeFirmware then licenses.unfree else licenses.gpl2Only; mainProgram = "slimserver"; maintainers = with maintainers; [ adamcstephens jecaro ]; Loading pkgs/by-name/sl/slimserver/update.nu +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ #!nix-shell -i nu -p nushell common-updater-scripts # get latest tag, but drop versions 10.0 tags since they are 10+ years old let latest_tag = list-git-tags --url=https://github.com/logitech/slimserver | lines | find --invert 10.0 | sort --natural | last let latest_tag = list-git-tags --url=https://github.com/LMS-Community/slimserver | lines | find --invert 10.0 | sort --natural | last let current_version = nix eval --raw -f default.nix slimserver | str trim Loading Loading
pkgs/by-name/sl/slimserver/package.nix +5 −5 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ perlPackages.buildPerlPackage rec { version = "8.5.0"; src = fetchFromGitHub { owner = "Logitech"; owner = "LMS-Community"; repo = "slimserver"; rev = version; hash = "sha256-yDJVqZ0+qVm4r/wmQK/hf9uRJaN56WQMO28RE59mNNI="; Loading Loading @@ -56,7 +56,7 @@ perlPackages.buildPerlPackage rec { DataURIEncode DBDSQLite DBI # DBIxClass # https://github.com/Logitech/slimserver/issues/138 # DBIxClass # https://github.com/LMS-Community/slimserver/issues/138 DigestSHA1 EncodeDetect EV Loading Loading @@ -151,11 +151,11 @@ 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"; homepage = "https://github.com/LMS-Community/slimserver"; changelog = "https://github.com/LMS-Community/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, so we do not include firmware in the default package # https://github.com/Logitech/slimserver/blob/public/8.3/License.txt # https://github.com/LMS-Community/slimserver/blob/public/8.3/License.txt license = if enableUnfreeFirmware then licenses.unfree else licenses.gpl2Only; mainProgram = "slimserver"; maintainers = with maintainers; [ adamcstephens jecaro ]; Loading
pkgs/by-name/sl/slimserver/update.nu +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ #!nix-shell -i nu -p nushell common-updater-scripts # get latest tag, but drop versions 10.0 tags since they are 10+ years old let latest_tag = list-git-tags --url=https://github.com/logitech/slimserver | lines | find --invert 10.0 | sort --natural | last let latest_tag = list-git-tags --url=https://github.com/LMS-Community/slimserver | lines | find --invert 10.0 | sort --natural | last let current_version = nix eval --raw -f default.nix slimserver | str trim Loading