about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPiotr Kwiecinski <2151333+piotrkwiecinski@users.noreply.github.com>2024-06-17 23:51:32 +0200
committerPiotr Kwiecinski <2151333+piotrkwiecinski@users.noreply.github.com>2024-06-17 23:51:32 +0200
commit59f5a90d522279a272bf701dcddb9048a5bc5e7c (patch)
treeace9d05412f80e256cee2051eb9b2d36eb222b92
parent428cd145eb5849c338238a0b0d15f27f7f26b01d (diff)
eask: add piotrkwiecinski to maintainers
-rw-r--r--pkgs/by-name/ea/eask/package.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgs/by-name/ea/eask/package.nix b/pkgs/by-name/ea/eask/package.nix
index 43bce20ba73ce..3f7fb419795b5 100644
--- a/pkgs/by-name/ea/eask/package.nix
+++ b/pkgs/by-name/ea/eask/package.nix
@@ -25,6 +25,9 @@ buildNpmPackage rec {
     homepage = "https://emacs-eask.github.io/";
     license = lib.licenses.gpl3Plus;
     mainProgram = "eask";
-    maintainers = with lib.maintainers; [ jcs090218 ];
+    maintainers = with lib.maintainers; [
+      jcs090218
+      piotrkwiecinski
+    ];
   };
 }