treewide: update homepages to https where available

Based on "problems" from repology:

https://repology.org/repository/nix_unstable/problems

Mostly simple changes to reflect redirects.
This commit is contained in:
Matthew Bauer
2019-04-15 10:10:05 -04:00
parent bd50fc942b
commit 290a5d916e
169 changed files with 179 additions and 184 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;