figma-linux: meta clean-up

This commit is contained in:
Mikael Fangel 2023-11-18 21:20:43 +01:00
parent 834c44fb66
commit 5a814153c3
No known key found for this signature in database
GPG Key ID: 306DE4426F0B77C3

View File

@ -14,7 +14,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchurl {
url = "https://github.com/Figma-Linux/figma-linux/releases/download/v${finalAttrs.version}/figma-linux_${finalAttrs.version}_linux_amd64.deb";
sha256 = "sha256-T5SFcdz5yrInE6+ydJqtstEYF0MvHquRZ7nvlCOVNzE=";
hash = "sha256-T5SFcdz5yrInE6+ydJqtstEYF0MvHquRZ7nvlCOVNzE=";
};
nativeBuildInputs = [ autoPatchelfHook dpkg wrapGAppsHook ];
@ -69,10 +69,11 @@ stdenv.mkDerivation (finalAttrs: {
'';
meta = {
description = "unofficial Electron-based Figma desktop app for Linux";
description = "Unofficial Electron-based Figma desktop app for Linux";
homepage = "https://github.com/Figma-Linux/figma-linux";
platforms = [ "x86_64-linux" ];
license = licenses.gpl2;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ ercao kashw2 ];
mainProgram = "figma-linux";
};
})