chromium: remove bendlas as maintainer

Their last Chromium commit is a52d7674cc7 from 2019.
Thank you for maintaining Chromium in the past.

(cherry picked from commit d4612af2c0d5e3c220bdd37c19272a69cc16cfd0)
This commit is contained in:
Michael Weiss 2021-07-23 10:38:36 +02:00
parent 9ede7cd91b
commit a45acbc8e3
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";