Unverified Commit cac05349 authored by John Titor's avatar John Titor
Browse files

scx: update homepage link

parent 286aa47c
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
  libseccomp,
}:

llvmPackages.stdenv.mkDerivation (finalAttrs: {
llvmPackages.stdenv.mkDerivation {
  pname = "scx_cscheds";
  inherit (scx.rustscheds) version src;

@@ -57,5 +57,6 @@ llvmPackages.stdenv.mkDerivation (finalAttrs: {
      It is recommended to use the latest kernel for the best compatibility.
      :::
    '';
    homepage = "https://github.com/sched-ext/scx/tree/main/scheds/c";
  };
})
}
+1 −0
Original line number Diff line number Diff line
@@ -20,5 +20,6 @@ scx.cscheds.overrideAttrs (oldAttrs: {
      It is recommended to use the latest kernel for the best compatibility.
      :::
    '';
    homepage = "https://github.com/sched-ext/scx";
  };
})
+1 −1
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
      :::
    '';

    homepage = "https://github.com/sched-ext/scx";
    homepage = "https://github.com/sched-ext/scx/tree/main/scheds/rust";
    changelog = "https://github.com/sched-ext/scx/releases/tag/v${finalAttrs.version}";
    license = lib.licenses.gpl2Only;
    platforms = lib.platforms.linux;