lol

qt5.qtwebkit: set myself as a maintainer

+2
+1
pkgs/development/libraries/qt-5/5.6/qtwebkit/default.nix
··· 31 31 }; 32 32 in optionals flashplayerFix [ dlopen-webkit-nsplugin dlopen-webkit-gtk ] 33 33 ++ [ dlopen-webkit-udev ]; 34 + meta.maintainers = with stdenv.lib.maintainers; [ abbradar ]; 34 35 }
+1
pkgs/development/libraries/qt-5/5.7/qtwebkit/default.nix
··· 31 31 }; 32 32 in optionals flashplayerFix [ dlopen-webkit-nsplugin dlopen-webkit-gtk ] 33 33 ++ [ dlopen-webkit-udev ]; 34 + meta.maintainers = with stdenv.lib.maintainers; [ abbradar ]; 34 35 }