Merge pull request #59535 from matthewbauer/homepage-fixes
treewide: update homepages to https where available
This commit is contained in:
@@ -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" ];
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user