mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
qt5.qtwebkit: set myself as a maintainer
This commit is contained in:
parent
cb5a2acaa1
commit
e3039a282a
2 changed files with 2 additions and 0 deletions
|
@ -31,4 +31,5 @@ qtSubmodule {
|
|||
};
|
||||
in optionals flashplayerFix [ dlopen-webkit-nsplugin dlopen-webkit-gtk ]
|
||||
++ [ dlopen-webkit-udev ];
|
||||
meta.maintainers = with stdenv.lib.maintainers; [ abbradar ];
|
||||
}
|
||||
|
|
|
@ -31,4 +31,5 @@ qtSubmodule {
|
|||
};
|
||||
in optionals flashplayerFix [ dlopen-webkit-nsplugin dlopen-webkit-gtk ]
|
||||
++ [ dlopen-webkit-udev ];
|
||||
meta.maintainers = with stdenv.lib.maintainers; [ abbradar ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue