about summary refs log tree commit diff
path: root/pkgs/applications/graphics/komikku
diff options
context:
space:
mode:
authorInfinitive Witch <infinitivewitch@disroot.org>2023-03-18 20:59:25 -0300
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-03-21 13:58:59 -0300
commit0e37115f122905d785a1ffcf29f1afb2b47b3913 (patch)
treead94b94fa3cc92d5fc2d642b9d907eb4dbcf24f8 /pkgs/applications/graphics/komikku
parentea9b9f938677b1c9c2cf99ea16ea9545d826a1cd (diff)
komikku: add infinitivewitch as maintainer
Diffstat (limited to 'pkgs/applications/graphics/komikku')
-rw-r--r--pkgs/applications/graphics/komikku/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/komikku/default.nix b/pkgs/applications/graphics/komikku/default.nix
index c76e4458fc69b..fcdac2aa06260 100644
--- a/pkgs/applications/graphics/komikku/default.nix
+++ b/pkgs/applications/graphics/komikku/default.nix
@@ -89,6 +89,6 @@ python3.pkgs.buildPythonApplication rec {
     description = "Manga reader for GNOME";
     homepage = "https://valos.gitlab.io/Komikku/";
     license = licenses.gpl3Plus;
-    maintainers = with maintainers; [ chuangzhu ];
+    maintainers = with maintainers; [ chuangzhu infinitivewitch ];
   };
 }