about summary refs log tree commit diff
path: root/pkgs/applications/graphics/figma-linux
diff options
context:
space:
mode:
authorkashw2 <supra4keanu@hotmail.com>2023-09-18 16:14:04 +1000
committerkashw2 <supra4keanu@hotmail.com>2023-09-18 16:14:16 +1000
commit4c6eaaaa92a3bf6bf241bb54dda8bbb37b0dd77c (patch)
tree0d02f48033146840bbf6b8f10833fdb438fd3057 /pkgs/applications/graphics/figma-linux
parent047fd08cecafa89072692498c8f1ee7c7dbf61a6 (diff)
figma-linux: added `kashw2` maintainer
Diffstat (limited to 'pkgs/applications/graphics/figma-linux')
-rw-r--r--pkgs/applications/graphics/figma-linux/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/figma-linux/default.nix b/pkgs/applications/graphics/figma-linux/default.nix
index 36725edf50621..64af09ada8b25 100644
--- a/pkgs/applications/graphics/figma-linux/default.nix
+++ b/pkgs/applications/graphics/figma-linux/default.nix
@@ -73,6 +73,6 @@ stdenv.mkDerivation (finalAttrs: {
     homepage = "https://github.com/Figma-Linux/figma-linux";
     platforms = [ "x86_64-linux" ];
     license = licenses.gpl2;
-    maintainers = with maintainers; [ ercao ];
+    maintainers = with maintainers; [ ercao kashw2 ];
   };
 })