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
@ -53,7 +53,8 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
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 ];
|
maintainers = with maintainers; [ lethalman ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user