forked from mirrors/nixpkgs
Merge pull request #48445 from delroth/dolphin-license
dolphin-emu: fix metadata (GPLv2 -> GPLv2+, http -> https)
This commit is contained in:
commit
ac7bf94f6d
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue