1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 05:31:22 +00:00

dolphin-emu: fix metadata (GPLv2 -> GPLv2+, http -> https)

Dolphin has been GPLv2+ since 2015.
This commit is contained in:
Pierre Bourdon 2018-10-15 03:26:46 +02:00
parent 01d1f77681
commit 259cf8812b
2 changed files with 6 additions and 6 deletions

View file

@ -37,9 +37,9 @@ stdenv.mkDerivation rec {
wxGTK30 soundtouch miniupnpc mbedtls curl lzo sfml ];
meta = {
homepage = http://dolphin-emu.org/;
description = "Gamecube/Wii/Triforce emulator for x86_64 and ARM";
license = stdenv.lib.licenses.gpl2;
homepage = https://dolphin-emu.org/;
description = "Gamecube/Wii/Triforce emulator for x86_64 and ARMv8";
license = stdenv.lib.licenses.gpl2Plus;
maintainers = with stdenv.lib.maintainers; [ MP2E ];
# x86_32 is an unsupported platform.
# Enable generic build if you really want a JIT-less binary.

View file

@ -71,9 +71,9 @@ in stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
homepage = "http://dolphin-emu.org";
description = "Gamecube/Wii/Triforce emulator for x86_64 and ARM";
license = licenses.gpl2;
homepage = "https://dolphin-emu.org";
description = "Gamecube/Wii/Triforce emulator for x86_64 and ARMv8";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ MP2E ];
branch = "master";
# x86_32 is an unsupported platform.