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:
parent
04356dc250
commit
ecb38b5fb6
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue