about summary refs log tree commit diff
path: root/pkgs/applications/kde/konsole.nix
diff options
context:
space:
mode:
authorManuel Bärenz <programming@manuelbaerenz.de>2020-04-19 12:56:52 +0200
committerManuel Bärenz <programming@manuelbaerenz.de>2020-04-19 13:14:31 +0200
commitf253da42f8fe2bf2d955849d9b4fff54e1a0f0d1 (patch)
treea3e7305f65e57c5bdc8c9b04629110d37e958665 /pkgs/applications/kde/konsole.nix
parentd4d6d26588de50957d8723b219007b0b35f346d5 (diff)
Add myself (turion) to the maintainers list for several packages
Following nh2's advice, I want to be more involved in nixpkgs,
and I'll start to review changes to programs that are important to me,
and that didn't have a long list of maintainers yet.
Diffstat (limited to 'pkgs/applications/kde/konsole.nix')
-rw-r--r--pkgs/applications/kde/konsole.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/kde/konsole.nix b/pkgs/applications/kde/konsole.nix
index 1be5b0b4a8945..ed26dc08bb6c3 100644
--- a/pkgs/applications/kde/konsole.nix
+++ b/pkgs/applications/kde/konsole.nix
@@ -11,7 +11,7 @@ mkDerivation {
   name = "konsole";
   meta = {
     license = with lib.licenses; [ gpl2 lgpl21 fdl12 ];
-    maintainers = [ lib.maintainers.ttuegel ];
+    maintainers = with lib.maintainers; [ ttuegel turion ];
   };
   nativeBuildInputs = [ extra-cmake-modules kdoctools ];
   buildInputs = [