chromium: add myself as maintainer (#60961)
This commit is contained in:
parent
3ce7d1f0db
commit
75d1439f8f
@ -47,7 +47,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 ];
|
maintainers = with maintainers; [ bendlas ivan ];
|
||||||
license = licenses.bsd3;
|
license = 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…
x
Reference in New Issue
Block a user