Merge pull request #260948 from philiptaron/wireless-tools

This commit is contained in:
Artturi 2023-10-14 06:45:20 +03:00 committed by GitHub
commit 0a08db7697
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
};