about summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p
diff options
context:
space:
mode:
authorVarun Madiath <git@madiathv.com>2023-05-26 02:03:35 -0400
committerVarun Madiath <git@madiathv.com>2023-05-26 02:04:03 -0400
commit16fc230080db71e9c39f303e1de42edfc9a19dbf (patch)
tree86c629ee4fc9ae7d69392c2184464b5bdc819101 /pkgs/applications/networking/p2p
parent6d93518c5f05716bbbdd37e556eed06c076e54ba (diff)
pyrosimple: Add vamega as maintainer
Diffstat (limited to 'pkgs/applications/networking/p2p')
-rw-r--r--pkgs/applications/networking/p2p/pyrosimple/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/applications/networking/p2p/pyrosimple/default.nix b/pkgs/applications/networking/p2p/pyrosimple/default.nix
index f8427b9dad6bc..c735057e4573f 100644
--- a/pkgs/applications/networking/p2p/pyrosimple/default.nix
+++ b/pkgs/applications/networking/p2p/pyrosimple/default.nix
@@ -71,14 +71,13 @@ in buildPythonPackage {
     };
   };
 
-  meta = let inherit (lib) licenses platforms maintainers;
-  in {
+  meta = with lib; {
     homepage = "https://kannibalox.github.io/pyrosimple/";
     description = "A rTorrent client and Python 3 fork of the pyrocore tools";
     license = licenses.gpl3Plus;
     changelog = "https://github.com/kannibalox/pyrosimple/blob/v${version}/CHANGELOG.md";
     platforms = platforms.all;
-    maintainers = builtins.attrValues { inherit (maintainers) ne9z; };
+    maintainers = with maintainers; [ ne9z vamega ];
   };
 
 }