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:
parent
4345ca3e02
commit
d4612af2c0
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue