Commit 9907a40a authored by Shawn8901's avatar Shawn8901
Browse files

linux_xanmod: switch from GitHub to GitLab

Upstreams  Github Repo was archived at 31st Oct 2024
parent daa7d3d9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{
  lib,
  stdenv,
  fetchFromGitHub,
  fetchFromGitLab,
  buildLinux,
  variant,
  ...
@@ -36,7 +36,7 @@ let
        pname = "linux-xanmod";
        modDirVersion = lib.versions.pad 3 "${version}-${suffix}";

        src = fetchFromGitHub {
        src = fetchFromGitLab {
          owner = "xanmod";
          repo = "linux";
          rev = modDirVersion;