gnomeExtensions.gsconnect: add meta.changelog

This commit is contained in:
Tom Hunze
2026-05-27 09:23:53 +02:00
parent dbe5b90834
commit 3ca26fd785
@@ -33,7 +33,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub {
owner = "GSConnect";
repo = "gnome-shell-extension-gsconnect";
rev = "v${finalAttrs.version}";
tag = "v${finalAttrs.version}";
hash = "sha256-w9MQVEUQUcO1lqftBi76w5xSTlryKuZJxE6Ogg1J+ho=";
};
@@ -121,6 +121,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "KDE Connect implementation for Gnome Shell";
homepage = "https://github.com/GSConnect/gnome-shell-extension-gsconnect/wiki";
changelog = "https://github.com/GSConnect/gnome-shell-extension-gsconnect/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ doronbehar ];
teams = [ lib.teams.gnome ];