From 4b734bcaef416dd3e0c8f92721af9514cb45407b Mon Sep 17 00:00:00 2001 From: Rachala Raj Date: Tue, 18 Aug 2026 19:34:51 +0530 Subject: [PATCH] gnome-shell: update description Assisted-by: Antigravity (Gemini 3.1) --- pkgs/by-name/gn/gnome-shell/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/gn/gnome-shell/package.nix b/pkgs/by-name/gn/gnome-shell/package.nix index e67904047465..d0b8d6bd6b67 100644 --- a/pkgs/by-name/gn/gnome-shell/package.nix +++ b/pkgs/by-name/gn/gnome-shell/package.nix @@ -259,7 +259,7 @@ stdenv.mkDerivation (finalAttrs: { strictDeps = true; meta = { - description = "Core user interface for the GNOME 3 desktop"; + description = "Core user interface for the GNOME desktop"; homepage = "https://gitlab.gnome.org/GNOME/gnome-shell"; changelog = "https://gitlab.gnome.org/GNOME/gnome-shell/-/blob/${finalAttrs.version}/NEWS?ref_type=tags"; license = lib.licenses.gpl2Plus;