chromium: Fix meta.description attribute.
The description now no longer contains the package name itself. Thanks to nixpkgs-lint for noticing :-) Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
e76a755517
commit
9faad8f274
@ -215,7 +215,7 @@ in stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Chromium, an open source web browser";
|
description = "An open source web browser from Google";
|
||||||
homepage = http://www.chromium.org/;
|
homepage = http://www.chromium.org/;
|
||||||
maintainers = with maintainers; [ goibhniu chaoflow aszlig ];
|
maintainers = with maintainers; [ goibhniu chaoflow aszlig ];
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user