summary refs log tree commit diff
path: root/pkgs/tools/networking
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-03-12 00:12:11 +0100
committerGitHub <noreply@github.com>2022-03-12 00:12:11 +0100
commit43203840aaef273f81df9e5ad9b9ec6fbe15c1fb (patch)
tree0400b574207d35ed356794ec9be51988f321ade4 /pkgs/tools/networking
parentfcc7311dc7567993a6ef84d61a2fbd4532bbabda (diff)
downloadnixpkgs-43203840aaef273f81df9e5ad9b9ec6fbe15c1fb.tar
nixpkgs-43203840aaef273f81df9e5ad9b9ec6fbe15c1fb.tar.gz
nixpkgs-43203840aaef273f81df9e5ad9b9ec6fbe15c1fb.tar.bz2
nixpkgs-43203840aaef273f81df9e5ad9b9ec6fbe15c1fb.tar.lz
nixpkgs-43203840aaef273f81df9e5ad9b9ec6fbe15c1fb.tar.xz
nixpkgs-43203840aaef273f81df9e5ad9b9ec6fbe15c1fb.tar.zst
nixpkgs-43203840aaef273f81df9e5ad9b9ec6fbe15c1fb.zip
qrcp: add SuperSandro2000 as maintainer
Diffstat (limited to 'pkgs/tools/networking')
-rw-r--r--pkgs/tools/networking/qrcp/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/qrcp/default.nix b/pkgs/tools/networking/qrcp/default.nix
index 84854a4bdff..6e96029294b 100644
--- a/pkgs/tools/networking/qrcp/default.nix
+++ b/pkgs/tools/networking/qrcp/default.nix
@@ -39,6 +39,6 @@ buildGoModule rec {
       complete.
     '';
     license = licenses.mit;
-    maintainers = with maintainers; [ fgaz ];
+    maintainers = with maintainers; [ fgaz SuperSandro2000 ];
   };
 }