Merge pull request #166872 from michaeladler/ungoogled-chromium

ungoogled-chromium: added myself as maintainer
This commit is contained in:
Michele Guerini Rocco 2022-04-02 11:07:11 +02:00 committed by GitHub
commit 83bf24b066
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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