diff --git a/pkgs/desktops/gnome-3/3.16/core/gnome-control-center/default.nix b/pkgs/desktops/gnome-3/3.16/core/gnome-control-center/default.nix index 0a688115f14..5d6e504951f 100644 --- a/pkgs/desktops/gnome-3/3.16/core/gnome-control-center/default.nix +++ b/pkgs/desktops/gnome-3/3.16/core/gnome-control-center/default.nix @@ -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; };