ungoogled-chromium: added myself as maintainer

This commit is contained in:
Michael Adler 2022-04-01 22:38:04 +02:00
parent e42f06f93f
commit cd16da5867

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;