From 4ad78e64ff2c695a6c153a7196108eb3611459e4 Mon Sep 17 00:00:00 2001 From: Michael Weiss Date: Tue, 28 Jan 2020 22:37:37 +0100 Subject: 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 --- .../networking/browsers/chromium/browser.nix | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'pkgs/applications/networking/browsers/chromium/browser.nix') diff --git a/pkgs/applications/networking/browsers/chromium/browser.nix b/pkgs/applications/networking/browsers/chromium/browser.nix index b8160a682e6..ec69f3d233f 100644 --- a/pkgs/applications/networking/browsers/chromium/browser.nix +++ b/pkgs/applications/networking/browsers/chromium/browser.nix @@ -60,8 +60,22 @@ mkChromiumDerivation (base: rec { meta = { description = "An open source web browser from Google"; - homepage = http://www.chromium.org/; - maintainers = with maintainers; [ bendlas thefloweringash ]; + longDescription = '' + 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; platforms = platforms.linux; hydraPlatforms = if channel == "stable" then ["aarch64-linux" "x86_64-linux"] else []; -- cgit 1.4.1