Unverified Commit b2f79605 authored by Adam Stephens's avatar Adam Stephens
Browse files

slimserver: Logitech -> LMS-Community

parent e6605620
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -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=";
@@ -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
@@ -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 ];
+1 −1
Original line number Diff line number Diff line
@@ -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