mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
ungoogled-chromium: added myself as maintainer
(cherry picked from commit cd16da5867)
This commit is contained in:
committed by
Michael Weiss
parent
ff942c6e13
commit
f66a7ab7b5
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user