Commit 4c6eaaaa authored by kashw2's avatar kashw2
Browse files

figma-linux: added `kashw2` maintainer

parent 047fd08c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
})