about summary refs log tree commit diff
path: root/pkgs/applications/misc/chewing-editor
diff options
context:
space:
mode:
authorShamrock Lee <44064051+ShamrockLee@users.noreply.github.com>2020-07-06 01:35:05 +0800
committerRyan Mulligan <ryan@ryantm.com>2020-07-05 16:21:00 -0700
commit66020b7b525e9af19f779db53905d08aa727f565 (patch)
treef5466b8f7ca03139e70b0a0aeae8ad20d85aadf2 /pkgs/applications/misc/chewing-editor
parentbb63d0fcb538a91037fe4057b524f8fdc5694b2c (diff)
maintainer-list: Add ShamrockLee (myself) to maintainer-list
Diffstat (limited to 'pkgs/applications/misc/chewing-editor')
-rw-r--r--pkgs/applications/misc/chewing-editor/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/chewing-editor/default.nix b/pkgs/applications/misc/chewing-editor/default.nix
index 838acd98a274e..b70f9a2e7d807 100644
--- a/pkgs/applications/misc/chewing-editor/default.nix
+++ b/pkgs/applications/misc/chewing-editor/default.nix
@@ -24,7 +24,7 @@ mkDerivation rec {
     '';
     homepage = "https://github.com/chewing/chewing-editor";
     license = licenses.gpl2Plus;
-    maintainers = [ ];
+    maintainers = [ maintainers.ShamrockLee ];
     platforms = platforms.all;
   };
 }