Treewide: fix URL permanent redirects

Permanent redirects on homepages and/or source URLs
as reported by Repology
This commit is contained in:
c0bw3b
2019-11-16 01:41:23 +01:00
parent a27a14da2a
commit 9367367dfd
53 changed files with 73 additions and 73 deletions

View File

@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Flexible IO Tester - an IO benchmark tool";
homepage = "http://git.kernel.dk/?p=fio.git;a=summary;";
homepage = "https://git.kernel.dk/cgit/fio/";
license = licenses.gpl2;
platforms = platforms.unix;
};

View File

@@ -37,7 +37,7 @@ stdenv.mkDerivation {
'';
meta = with stdenv.lib; {
homepage = http://proot-me.github.io;
homepage = https://proot-me.github.io;
description = "User-space implementation of chroot, mount --bind and binfmt_misc";
platforms = platforms.linux;
license = licenses.gpl2;