mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 10:22:54 +08:00
gnomeExtensions.gsconnect: no with lib; in meta
(cherry picked from commit fd6649a374)
This commit is contained in:
committed by
github-actions[bot]
parent
452ab45315
commit
25afb42a5d
@@ -116,12 +116,12 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
description = "KDE Connect implementation for Gnome Shell";
|
description = "KDE Connect implementation for Gnome Shell";
|
||||||
homepage = "https://github.com/GSConnect/gnome-shell-extension-gsconnect/wiki";
|
homepage = "https://github.com/GSConnect/gnome-shell-extension-gsconnect/wiki";
|
||||||
license = licenses.gpl2Plus;
|
license = lib.licenses.gpl2Plus;
|
||||||
maintainers = [ maintainers.doronbehar ];
|
maintainers = with lib.maintainers; [ doronbehar ];
|
||||||
teams = [ teams.gnome ];
|
teams = [ lib.teams.gnome ];
|
||||||
platforms = platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user