gsettings-desktop-schemas: add a homepage

There doesn't seem to be one apart from the GitLab repo page, so this
is the best we can do.
This commit is contained in:
Alyssa Ross
2023-03-01 17:56:24 +00:00
parent 98580952f5
commit cba796c57d
@@ -62,6 +62,7 @@ stdenv.mkDerivation rec {
};
meta = with lib; {
homepage = "https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas";
description = "Collection of GSettings schemas for settings shared by various components of a desktop";
license = licenses.lgpl21Plus;
maintainers = teams.gnome.members;