treewide: fix redirected urls (again)

Ran the same script as #78265.
Additionally, manually replaced `http://goodies.xfce.org`
with https.
This commit is contained in:
Patrick Hilhorst
2020-03-20 13:36:23 +01:00
parent ecce3a7bc9
commit 9fc5e7e473
30 changed files with 31 additions and 31 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
description = "A merge of the original Visual Boy Advance forks";
license = licenses.gpl2;
maintainers = with maintainers; [ lassulus ];
homepage = http://vba-m.com/;
homepage = https://vba-m.com/;
platforms = stdenv.lib.platforms.linux;
badPlatforms = [ "aarch64-linux" ];
};