about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authornek0 <nek0@nek0.eu>2022-06-12 13:14:28 +0200
committernek0 <nek0@nek0.eu>2022-06-12 17:41:32 +0200
commitc602569c9de4d51bb1cd9d5f0c88c914cd183ae5 (patch)
tree25ec2d9fe1423c9430accd6b7b2bdef02980193f /pkgs/applications/graphics
parent872695d02b9a8f23d7e0cca0ab6331039ca3c108 (diff)
maintainers: add nek0
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/krita/generic.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/krita/generic.nix b/pkgs/applications/graphics/krita/generic.nix
index aaab492734fa4..d5f778b592ac2 100644
--- a/pkgs/applications/graphics/krita/generic.nix
+++ b/pkgs/applications/graphics/krita/generic.nix
@@ -61,7 +61,7 @@ mkDerivation rec {
   meta = with lib; {
     description = "A free and open source painting application";
     homepage = "https://krita.org/";
-    maintainers = with maintainers; [ abbradar sifmelcara ];
+    maintainers = with maintainers; [ abbradar sifmelcara nek0 ];
     platforms = platforms.linux;
     license = licenses.gpl3Only;
   };