linux_xanmod: switch from GitHub to GitLab

Upstreams  Github Repo was archived at 31st Oct 2024
This commit is contained in:
Shawn8901
2024-11-03 23:42:59 +01:00
parent daa7d3d93f
commit 9907a40a57
@@ -1,7 +1,7 @@
{
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;