google-chrome: Add myself as maintainer
Mainly to get pinged on PRs/issues as well.
This commit is contained in:
parent
75b92ef1a1
commit
a90362c888
|
@ -150,7 +150,10 @@ in stdenv.mkDerivation {
|
||||||
description = "A freeware web browser developed by Google";
|
description = "A freeware web browser developed by Google";
|
||||||
homepage = "https://www.google.com/chrome/browser/";
|
homepage = "https://www.google.com/chrome/browser/";
|
||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
maintainers = [ maintainers.msteen ];
|
maintainers = with maintainers; [ primeos msteen ];
|
||||||
|
# Note from primeos: By updating Chromium I also update Google Chrome and
|
||||||
|
# will try to merge PRs and respond to issues but I'm not actually using
|
||||||
|
# Google Chrome. msteen is the actual user/maintainer.
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue