chromium: Add myself (@primeos) as provisional maintainer
I don't really have the hardware resources nor time to do this properly, but I'll try to keep a watch on Chromium (updates, PRs, and issues) until we've found a new team [0]. Testing will be performed on a best effort basis (no guarantees :o). I've also briefly documented the current maintainer roles/responsibilities and added `meta.longDescription`. [0]: https://github.com/NixOS/nixpkgs/issues/78450
This commit is contained in:
@@ -60,8 +60,22 @@ 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/;
|
longDescription = ''
|
||||||
maintainers = with maintainers; [ bendlas thefloweringash ];
|
Chromium is an open source web browser from Google that aims to build a
|
||||||
|
safer, faster, and more stable way for all Internet users to experience
|
||||||
|
the web. It has a minimalist user interface and provides the vast majority
|
||||||
|
of source code for Google Chrome (which has some additional features).
|
||||||
|
'';
|
||||||
|
homepage = https://www.chromium.org/;
|
||||||
|
maintainers = with maintainers; [ bendlas thefloweringash primeos ];
|
||||||
|
# Overview of the maintainer roles:
|
||||||
|
# nixos-unstable:
|
||||||
|
# - TODO: Need a new maintainer for x86_64 [0]
|
||||||
|
# - @thefloweringash: aarch64
|
||||||
|
# - @primeos: Provisional maintainer (x86_64)
|
||||||
|
# Stable channel:
|
||||||
|
# - TODO (need someone to test backports [0])
|
||||||
|
# [0]: https://github.com/NixOS/nixpkgs/issues/78450
|
||||||
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 [];
|
||||||
|
|||||||
Reference in New Issue
Block a user