chromium: remove bendlas as maintainer

Their last Chromium commit is a52d7674cc from 2019.
Thank you for maintaining Chromium in the past.
This commit is contained in:
Michael Weiss 2021-07-23 10:38:36 +02:00
parent 4345ca3e02
commit d4612af2c0
No known key found for this signature in database
GPG key ID: 5BE487C4D4771D83

View file

@ -84,7 +84,7 @@ mkChromiumDerivation (base: rec {
else "https://www.chromium.org/";
maintainers = with maintainers; if ungoogled
then [ squalus primeos ]
else [ primeos thefloweringash bendlas ];
else [ primeos thefloweringash ];
license = if enableWideVine then licenses.unfree else licenses.bsd3;
platforms = platforms.linux;
mainProgram = "chromium";