about summary refs log tree commit diff
path: root/pkgs/misc/emulators
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2020-03-30 13:40:46 -0700
committerGitHub <noreply@github.com>2020-03-30 13:40:46 -0700
commit97f404147ebd9e4ebfe8fa6aa0e493ef9857aeb5 (patch)
tree308b7a1dd28930c1bbcb74d26546df480e36aa81 /pkgs/misc/emulators
parent8b018a3fd4510a455b503debc3d4047ecb4779dd (diff)
parent84c2856760533e0b61054ab14e532bc7c15b7ae7 (diff)
downloadnixlib-97f404147ebd9e4ebfe8fa6aa0e493ef9857aeb5.tar
nixlib-97f404147ebd9e4ebfe8fa6aa0e493ef9857aeb5.tar.gz
nixlib-97f404147ebd9e4ebfe8fa6aa0e493ef9857aeb5.tar.bz2
nixlib-97f404147ebd9e4ebfe8fa6aa0e493ef9857aeb5.tar.lz
nixlib-97f404147ebd9e4ebfe8fa6aa0e493ef9857aeb5.tar.xz
nixlib-97f404147ebd9e4ebfe8fa6aa0e493ef9857aeb5.tar.zst
nixlib-97f404147ebd9e4ebfe8fa6aa0e493ef9857aeb5.zip
Merge pull request #82993 from Synthetica9/homepage-fix2
treewide: fix redirected urls (again)
Diffstat (limited to 'pkgs/misc/emulators')
-rw-r--r--pkgs/misc/emulators/vbam/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/misc/emulators/vbam/default.nix b/pkgs/misc/emulators/vbam/default.nix
index e44b45dbb4bc..2aae72b3e206 100644
--- a/pkgs/misc/emulators/vbam/default.nix
+++ b/pkgs/misc/emulators/vbam/default.nix
@@ -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" ];
   };