about summary refs log tree commit diff
path: root/pkgs/applications/misc
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/misc
parentd4d6d26588de50957d8723b219007b0b35f346d5 (diff)
downloadnixlib-f253da42f8fe2bf2d955849d9b4fff54e1a0f0d1.tar
nixlib-f253da42f8fe2bf2d955849d9b4fff54e1a0f0d1.tar.gz
nixlib-f253da42f8fe2bf2d955849d9b4fff54e1a0f0d1.tar.bz2
nixlib-f253da42f8fe2bf2d955849d9b4fff54e1a0f0d1.tar.lz
nixlib-f253da42f8fe2bf2d955849d9b4fff54e1a0f0d1.tar.xz
nixlib-f253da42f8fe2bf2d955849d9b4fff54e1a0f0d1.tar.zst
nixlib-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/misc')
-rw-r--r--pkgs/applications/misc/keepassx/community.nix2
-rw-r--r--pkgs/applications/misc/krusader/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/keepassx/community.nix b/pkgs/applications/misc/keepassx/community.nix
index 0ed1cd27be05..7909d86c18a6 100644
--- a/pkgs/applications/misc/keepassx/community.nix
+++ b/pkgs/applications/misc/keepassx/community.nix
@@ -116,7 +116,7 @@ stdenv.mkDerivation rec {
     longDescription = "A community fork of KeePassX, which is itself a port of KeePass Password Safe. The goal is to extend and improve KeePassX with new features and bugfixes to provide a feature-rich, fully cross-platform and modern open-source password manager. Accessible via native cross-platform GUI, CLI, and browser integration with the KeePassXC Browser Extension (https://github.com/keepassxreboot/keepassxc-browser).";
     homepage = "https://keepassxc.org/";
     license = licenses.gpl2;
-    maintainers = with maintainers; [ jonafato ];
+    maintainers = with maintainers; [ jonafato turion ];
     platforms = platforms.linux ++ platforms.darwin;
   };
 }
diff --git a/pkgs/applications/misc/krusader/default.nix b/pkgs/applications/misc/krusader/default.nix
index 4ae8a99b35a6..ab13c4989d9a 100644
--- a/pkgs/applications/misc/krusader/default.nix
+++ b/pkgs/applications/misc/krusader/default.nix
@@ -20,7 +20,7 @@ in mkDerivation rec {
     description = "Norton/Total Commander clone for KDE";
     license = licenses.gpl2;
     homepage = "http://www.krusader.org";
-    maintainers = with maintainers; [ sander ];
+    maintainers = with maintainers; [ sander turion ];
   };
 
   nativeBuildInputs = [ extra-cmake-modules kdoctools wrapGAppsHook ];