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:
parent
6c5f6bc004
commit
851ffb1187
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue