Merge gnomeExtensions.gsconnect: 57 -> 58 (GNOME 47 support) (#353794)

This commit is contained in:
Jan Tojnar
2024-11-06 00:40:49 +01:00
committed by GitHub

View File

@@ -117,7 +117,7 @@ stdenv.mkDerivation rec {
description = "KDE Connect implementation for Gnome Shell";
homepage = "https://github.com/GSConnect/gnome-shell-extension-gsconnect/wiki";
license = licenses.gpl2Plus;
maintainers = teams.gnome.members;
maintainers = teams.gnome.members ++ [ maintainers.doronbehar ];
platforms = platforms.linux;
};
}