about summary refs log tree commit diff
path: root/pkgs/tools/graphics/twilight
diff options
context:
space:
mode:
authorgnidorah <gnidorah@users.noreply.github.com>2018-07-28 17:45:45 +0300
committergnidorah <gnidorah@users.noreply.github.com>2018-07-28 17:45:45 +0300
commitb6d92b89e3cf7e3880fbfb333b2c6514257cea51 (patch)
tree0f3cc567491a3535524dbb0f4d6137ae023b0dc7 /pkgs/tools/graphics/twilight
parent5a2ee49f3c8b2be19866e80c2a0e301ca3e4961b (diff)
twilight, kde2-decoration: add myself to maintainers
Diffstat (limited to 'pkgs/tools/graphics/twilight')
-rw-r--r--pkgs/tools/graphics/twilight/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/graphics/twilight/default.nix b/pkgs/tools/graphics/twilight/default.nix
index 8d1ee7b7bfbe6..3769860d469b6 100644
--- a/pkgs/tools/graphics/twilight/default.nix
+++ b/pkgs/tools/graphics/twilight/default.nix
@@ -24,5 +24,6 @@ in stdenv.mkDerivation rec {
     homepage = src.meta.homepage;
     license = licenses.mit;
     platforms = platforms.linux;
+    maintainers = with maintainers; [ gnidorah ];
   };
 }