3
0
Fork 0
forked from mirrors/nixpkgs

yelp: Fix description

This commit is contained in:
Eelco Dolstra 2014-08-24 15:25:19 +02:00
parent 3529af087a
commit c77fde7810

View file

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Apps/Yelp;
description = "Yelp is the help viewer in Gnome.";
description = "The Gnome help viewer";
maintainers = with maintainers; [ lethalman ];
license = licenses.gpl2;
platforms = platforms.linux;