ungoogled-chromium: added myself as maintainer

(cherry picked from commit cd16da5867)
This commit is contained in:
Michael Adler
2022-04-01 22:38:04 +02:00
committed by Michael Weiss
parent ff942c6e13
commit f66a7ab7b5

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;