about summary refs log tree commit diff
path: root/pkgs/applications/editors/focuswriter
diff options
context:
space:
mode:
authorkashw2 <supra4keanu@hotmail.com>2023-09-04 00:43:54 +1000
committerkashw2 <supra4keanu@hotmail.com>2023-09-06 09:48:48 +1000
commit7af1857466e2d73599b897f2b04ad95beb860169 (patch)
tree71be4fa871f25efb4c6df633e86b15f2a4c1c26c /pkgs/applications/editors/focuswriter
parentf94a5ef5fa022ed04988edf7aa9d8403d1edd5b7 (diff)
downloadnixlib-7af1857466e2d73599b897f2b04ad95beb860169.tar
nixlib-7af1857466e2d73599b897f2b04ad95beb860169.tar.gz
nixlib-7af1857466e2d73599b897f2b04ad95beb860169.tar.bz2
nixlib-7af1857466e2d73599b897f2b04ad95beb860169.tar.lz
nixlib-7af1857466e2d73599b897f2b04ad95beb860169.tar.xz
nixlib-7af1857466e2d73599b897f2b04ad95beb860169.tar.zst
nixlib-7af1857466e2d73599b897f2b04ad95beb860169.zip
focuswriter: added kashw2 maintainer
Diffstat (limited to 'pkgs/applications/editors/focuswriter')
-rw-r--r--pkgs/applications/editors/focuswriter/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/focuswriter/default.nix b/pkgs/applications/editors/focuswriter/default.nix
index a907dcb5b9ac..b47ec49d5492 100644
--- a/pkgs/applications/editors/focuswriter/default.nix
+++ b/pkgs/applications/editors/focuswriter/default.nix
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "Simple, distraction-free writing environment";
     license = licenses.gpl3Plus;
-    maintainers = with maintainers; [ madjar ];
+    maintainers = with maintainers; [ madjar kashw2 ];
     platforms = platforms.linux;
     homepage = "https://gottcode.org/focuswriter/";
   };