Merge pull request #82993 from Synthetica9/homepage-fix2

treewide: fix redirected urls (again)
This commit is contained in:
Ryan Mulligan
2020-03-30 13:40:46 -07:00
committed by GitHub
30 changed files with 31 additions and 32 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" ];
};