Skip to content

Commit

Permalink
stress-ng: use https for fetching and homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
c0bw3b authored and globin committed Dec 16, 2018
1 parent f47d3a0 commit 5b997fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/system/stress-ng/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
version = "0.09.49";

src = fetchurl {
url = "http://kernel.ubuntu.com/~cking/tarballs/stress-ng/${name}.tar.xz";
url = "https://kernel.ubuntu.com/~cking/tarballs/stress-ng/${name}.tar.xz";
sha256 = "1ll2i7vgnwpfhvq963m2aqwffkrmjggnscpmwn8qbdh0a82lmq2x";
};

Expand Down Expand Up @@ -42,8 +42,8 @@ stdenv.mkDerivation rec {
hardware issues such as thermal overruns as well as operating system
bugs that only occur when a system is being thrashed hard.
'';
homepage = http://kernel.ubuntu.com/~cking/stress-ng/;
downloadPage = http://kernel.ubuntu.com/~cking/tarballs/stress-ng/;
homepage = https://kernel.ubuntu.com/~cking/stress-ng/;
downloadPage = https://kernel.ubuntu.com/~cking/tarballs/stress-ng/;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ c0bw3b ];
platforms = platforms.linux; # TODO: fix https://github.com/NixOS/nixpkgs/pull/50506#issuecomment-439635963
Expand Down

0 comments on commit 5b997fb

Please sign in to comment.