summary refs log tree commit diff
path: root/pkgs/os-specific/linux/hostapd
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/hostapd
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/hostapd')
-rw-r--r--pkgs/os-specific/linux/hostapd/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/hostapd/default.nix b/pkgs/os-specific/linux/hostapd/default.nix
index 8124da489ae..3fdbaa9149a 100644
--- a/pkgs/os-specific/linux/hostapd/default.nix
+++ b/pkgs/os-specific/linux/hostapd/default.nix
@@ -73,7 +73,6 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     homepage = "https://hostap.epitest.fi";
-    repositories.git = "git://w1.fi/hostap.git";
     description = "A user space daemon for access point and authentication servers";
     license = licenses.gpl2;
     maintainers = with maintainers; [ ninjatrappeur hexa ];