flashplayer: add maintainer

(cherry picked from commit 09ef6dc625)
This commit is contained in:
taku0
2019-10-09 21:13:14 +09:00
committed by c0bw3b
parent 81ef8bc42a
commit 314e05082c
2 changed files with 6 additions and 2 deletions

View File

@@ -136,7 +136,11 @@ let
dontStrip = true;
meta.platforms = platforms.x86_64;
meta = {
license = stdenv.lib.licenses.unfree;
maintainers = with stdenv.lib.maintainers; [ taku0 ];
platforms = platforms.x86_64;
};
};
in {

View File

@@ -97,7 +97,7 @@ stdenv.mkDerivation rec {
description = "Adobe Flash Player standalone executable";
homepage = https://www.adobe.com/support/flashplayer/debug_downloads.html;
license = stdenv.lib.licenses.unfree;
maintainers = [];
maintainers = with stdenv.lib.maintainers; [ taku0 ];
platforms = [ "x86_64-linux" ];
# Application crashed with an unhandled SIGSEGV
# Not on all systems, though. Video driver problem?