linux_xanmod: switch from GitHub to GitLab
Upstreams Github Repo was archived at 31st Oct 2024
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user