mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 03:53:47 +00:00
qt5.qtwebkit: set myself as a maintainer
This commit is contained in:
parent
cb5a2acaa1
commit
e3039a282a
@ -31,4 +31,5 @@ qtSubmodule {
|
|||||||
};
|
};
|
||||||
in optionals flashplayerFix [ dlopen-webkit-nsplugin dlopen-webkit-gtk ]
|
in optionals flashplayerFix [ dlopen-webkit-nsplugin dlopen-webkit-gtk ]
|
||||||
++ [ dlopen-webkit-udev ];
|
++ [ dlopen-webkit-udev ];
|
||||||
|
meta.maintainers = with stdenv.lib.maintainers; [ abbradar ];
|
||||||
}
|
}
|
||||||
|
@ -31,4 +31,5 @@ qtSubmodule {
|
|||||||
};
|
};
|
||||||
in optionals flashplayerFix [ dlopen-webkit-nsplugin dlopen-webkit-gtk ]
|
in optionals flashplayerFix [ dlopen-webkit-nsplugin dlopen-webkit-gtk ]
|
||||||
++ [ dlopen-webkit-udev ];
|
++ [ dlopen-webkit-udev ];
|
||||||
|
meta.maintainers = with stdenv.lib.maintainers; [ abbradar ];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user