Update the download and homepage links for wirelesstools

While this package is no longer maintained, it's still referenced online
and used by some configurations. Let's make sure that we're able to
access the code and website.
This commit is contained in:
Philip Taron 2023-10-13 14:25:17 -07:00
parent 6c5f6bc004
commit 851ffb1187
No known key found for this signature in database

View file

@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "30.pre9";
src = fetchurl {
url = "http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/wireless_tools.${version}.tar.gz";
url = "https://hewlettpackard.github.io/wireless-tools/wireless_tools.${version}.tar.gz";
sha256 = "0qscyd44jmhs4k32ggp107hlym1pcyjzihiai48xs7xzib4wbndb";
};
@ -18,6 +18,8 @@ stdenv.mkDerivation rec {
];
meta = {
description = "Wireless tools for Linux";
homepage = "https://hewlettpackard.github.io/wireless-tools/Tools.html";
platforms = lib.platforms.linux;
license = lib.licenses.gpl2;
};