summary refs log tree commit diff
path: root/pkgs/applications/kde/okular.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/okular.nix
parentd4d6d26588de50957d8723b219007b0b35f346d5 (diff)
downloadnixpkgs-f253da42f8fe2bf2d955849d9b4fff54e1a0f0d1.tar
nixpkgs-f253da42f8fe2bf2d955849d9b4fff54e1a0f0d1.tar.gz
nixpkgs-f253da42f8fe2bf2d955849d9b4fff54e1a0f0d1.tar.bz2
nixpkgs-f253da42f8fe2bf2d955849d9b4fff54e1a0f0d1.tar.lz
nixpkgs-f253da42f8fe2bf2d955849d9b4fff54e1a0f0d1.tar.xz
nixpkgs-f253da42f8fe2bf2d955849d9b4fff54e1a0f0d1.tar.zst
nixpkgs-f253da42f8fe2bf2d955849d9b4fff54e1a0f0d1.zip
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/okular.nix')
-rw-r--r--pkgs/applications/kde/okular.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/kde/okular.nix b/pkgs/applications/kde/okular.nix
index c399335c4a8..f07df73a255 100644
--- a/pkgs/applications/kde/okular.nix
+++ b/pkgs/applications/kde/okular.nix
@@ -21,7 +21,7 @@ mkDerivation {
   meta = with lib; {
     homepage = "http://www.kde.org";
     license = with licenses; [ gpl2 lgpl21 fdl12 bsd3 ];
-    maintainers = with maintainers; [ ttuegel ];
+    maintainers = with maintainers; [ ttuegel turion ];
     platforms = lib.platforms.linux;
   };
 }