Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

gnome-control-center: meta fixes

Description was wrong, and add meta. Taken from Debian.
/cc maintainer @lethalman, also for the grandparent commit.

+2 -1
+2 -1
pkgs/desktops/gnome-3/3.16/core/gnome-control-center/default.nix
··· 53 53 ''; 54 54 55 55 meta = with stdenv.lib; { 56 - description = "Single sign-on framework for GNOME"; 56 + description = "Utilities to configure the GNOME desktop"; 57 + license = licenses.gpl2Plus; 57 58 maintainers = with maintainers; [ lethalman ]; 58 59 platforms = platforms.linux; 59 60 };