Merge pull request #131198 from primeos/chromium

chromium: remove bendlas as maintainer
This commit is contained in:
Sandro 2021-07-23 15:39:42 +02:00 committed by GitHub
commit 7bad0b5e80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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";