figma-linux: meta clean-up

+4 -3
+4 -3
pkgs/applications/graphics/figma-linux/default.nix
··· 14 15 src = fetchurl { 16 url = "https://github.com/Figma-Linux/figma-linux/releases/download/v${finalAttrs.version}/figma-linux_${finalAttrs.version}_linux_amd64.deb"; 17 - sha256 = "sha256-T5SFcdz5yrInE6+ydJqtstEYF0MvHquRZ7nvlCOVNzE="; 18 }; 19 20 nativeBuildInputs = [ autoPatchelfHook dpkg wrapGAppsHook ]; ··· 69 ''; 70 71 meta = { 72 - description = "unofficial Electron-based Figma desktop app for Linux"; 73 homepage = "https://github.com/Figma-Linux/figma-linux"; 74 platforms = [ "x86_64-linux" ]; 75 - license = licenses.gpl2; 76 maintainers = with maintainers; [ ercao kashw2 ]; 77 }; 78 })
··· 14 15 src = fetchurl { 16 url = "https://github.com/Figma-Linux/figma-linux/releases/download/v${finalAttrs.version}/figma-linux_${finalAttrs.version}_linux_amd64.deb"; 17 + hash = "sha256-T5SFcdz5yrInE6+ydJqtstEYF0MvHquRZ7nvlCOVNzE="; 18 }; 19 20 nativeBuildInputs = [ autoPatchelfHook dpkg wrapGAppsHook ]; ··· 69 ''; 70 71 meta = { 72 + description = "Unofficial Electron-based Figma desktop app for Linux"; 73 homepage = "https://github.com/Figma-Linux/figma-linux"; 74 platforms = [ "x86_64-linux" ]; 75 + license = licenses.gpl2Plus; 76 maintainers = with maintainers; [ ercao kashw2 ]; 77 + mainProgram = "figma-linux"; 78 }; 79 })