Merge pull request #59535 from matthewbauer/homepage-fixes

treewide: update homepages to https where available
This commit is contained in:
Matthew Bauer
2019-04-15 20:47:30 -04:00
committed by GitHub
168 changed files with 178 additions and 183 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Sega SG1000, SC3000, SF7000, Master System, Game Gear, Genesis/Megadrive, SVP, Pico, SegaCD/MegaCD and 32X emulator";
homepage = http://www.carpeludum.com/kega-fusion/;
homepage = https://www.carpeludum.com/kega-fusion/;
maintainers = with maintainers; [ abbradar ];
license = licenses.unfreeRedistributable;
platforms = [ "i686-linux" ];
+3 -3
View File
@@ -18,7 +18,7 @@ let
in
stdenv.mkDerivation {
stdenv.mkDerivation {
name = "mess-0.${version}";
unpackPhase =
@@ -37,11 +37,11 @@ stdenv.mkDerivation {
installPhase =
''
mkdir -p $out/bin
cp mess* $out/bin/mess
cp mess* $out/bin/mess
'';
meta = {
homepage = http://www.mess.org/;
homepage = https://www.mess.org/;
license = "non-commercial";
description = "Multi Emulator Super System, an emulator of many game consoles and computer systems";
broken = true;