chromium: add thefloweringash (myself) as maintainer
I have an interest in making Chromium available on Aarch64. I'm adding myself here on a recommendation from @ivan [1]. [1] https://github.com/NixOS/nixpkgs/pull/74015#issuecomment-565780595
This commit is contained in:
parent
86ed15dcce
commit
b29e3582ac
@ -61,7 +61,7 @@ mkChromiumDerivation (base: rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "An open source web browser from Google";
|
description = "An open source web browser from Google";
|
||||||
homepage = http://www.chromium.org/;
|
homepage = http://www.chromium.org/;
|
||||||
maintainers = with maintainers; [ bendlas ivan ];
|
maintainers = with maintainers; [ bendlas ivan thefloweringash ];
|
||||||
license = if enableWideVine then licenses.unfree else licenses.bsd3;
|
license = if enableWideVine then licenses.unfree else licenses.bsd3;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
hydraPlatforms = if channel == "stable" then ["aarch64-linux" "x86_64-linux"] else [];
|
hydraPlatforms = if channel == "stable" then ["aarch64-linux" "x86_64-linux"] else [];
|
||||||
|
Loading…
Reference in New Issue
Block a user