3
0
Fork 0
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:
Samuel Dionne-Riel 2018-10-14 23:46:48 -04:00 committed by GitHub
commit ac7bf94f6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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.