gnome-control-center: meta fixes

Description was wrong, and add meta. Taken from Debian.
/cc maintainer @lethalman, also for the grandparent commit.
This commit is contained in:
Vladimír Čunát 2015-07-21 18:54:10 +02:00
parent 04356dc250
commit ecb38b5fb6

View file

@ -53,7 +53,8 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
description = "Single sign-on framework for GNOME";
description = "Utilities to configure the GNOME desktop";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ lethalman ];
platforms = platforms.linux;
};