summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/manual-config.nix
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2022-03-23 23:22:02 +0200
committerArtturin <Artturin@artturin.com>2022-03-24 23:56:14 +0200
commit33cce15e42e4086ea26b5fc026a2de3ca2e07f29 (patch)
treecb8ccb90f866abc86fcd7f56db390d8d92ab0f98 /pkgs/os-specific/linux/kernel/manual-config.nix
parent6a1cb83b419afb4e3f5ed92cabe56f2d9f514d9f (diff)
downloadnixpkgs-33cce15e42e4086ea26b5fc026a2de3ca2e07f29.tar
nixpkgs-33cce15e42e4086ea26b5fc026a2de3ca2e07f29.tar.gz
nixpkgs-33cce15e42e4086ea26b5fc026a2de3ca2e07f29.tar.bz2
nixpkgs-33cce15e42e4086ea26b5fc026a2de3ca2e07f29.tar.lz
nixpkgs-33cce15e42e4086ea26b5fc026a2de3ca2e07f29.tar.xz
nixpkgs-33cce15e42e4086ea26b5fc026a2de3ca2e07f29.tar.zst
nixpkgs-33cce15e42e4086ea26b5fc026a2de3ca2e07f29.zip
treewide: remove meta.repositories
there's no documentation for meta.repositories and its not widely used
Diffstat (limited to 'pkgs/os-specific/linux/kernel/manual-config.nix')
-rw-r--r--pkgs/os-specific/linux/kernel/manual-config.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/kernel/manual-config.nix b/pkgs/os-specific/linux/kernel/manual-config.nix
index 1ac9cbe00ea..220f09ed8b5 100644
--- a/pkgs/os-specific/linux/kernel/manual-config.nix
+++ b/pkgs/os-specific/linux/kernel/manual-config.nix
@@ -301,7 +301,6 @@ let
             + ")");
         license = lib.licenses.gpl2Only;
         homepage = "https://www.kernel.org/";
-        repositories.git = "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git";
         maintainers = lib.teams.linux-kernel.members ++ [
           maintainers.thoughtpolice
         ];