Merge pull request #131198 from primeos/chromium
chromium: remove bendlas as maintainer
This commit is contained in:
commit
7bad0b5e80
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ mkChromiumDerivation (base: rec {
|
||||||
else "https://www.chromium.org/";
|
else "https://www.chromium.org/";
|
||||||
maintainers = with maintainers; if ungoogled
|
maintainers = with maintainers; if ungoogled
|
||||||
then [ squalus primeos ]
|
then [ squalus primeos ]
|
||||||
else [ primeos thefloweringash bendlas ];
|
else [ primeos thefloweringash ];
|
||||||
license = if enableWideVine then licenses.unfree else licenses.bsd3;
|
license = if enableWideVine then licenses.unfree else licenses.bsd3;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
mainProgram = "chromium";
|
mainProgram = "chromium";
|
||||||
|
|
Loading…
Reference in a new issue