summary refs log tree commit diff
diff options
context:
space:
mode:
authormarkuskowa <markus.kowalewski@gmail.com>2021-06-18 11:12:40 +0200
committerGitHub <noreply@github.com>2021-06-18 11:12:40 +0200
commitc45189e2384dfccc5f10af287a7ddbce0d46f99c (patch)
tree61d28474fc6508ccaab0b971d0ad8dbb719a6152
parent43eb1ec9f229bd473f9f2906539caa0215c73c2e (diff)
parent044072add4512ca42a5b1334742b7e1f03ed8e8e (diff)
downloadnixpkgs-c45189e2384dfccc5f10af287a7ddbce0d46f99c.tar
nixpkgs-c45189e2384dfccc5f10af287a7ddbce0d46f99c.tar.gz
nixpkgs-c45189e2384dfccc5f10af287a7ddbce0d46f99c.tar.bz2
nixpkgs-c45189e2384dfccc5f10af287a7ddbce0d46f99c.tar.lz
nixpkgs-c45189e2384dfccc5f10af287a7ddbce0d46f99c.tar.xz
nixpkgs-c45189e2384dfccc5f10af287a7ddbce0d46f99c.tar.zst
nixpkgs-c45189e2384dfccc5f10af287a7ddbce0d46f99c.zip
Merge pull request #127323 from SuperSandro2000/adopt
Adopt two packages
-rw-r--r--pkgs/tools/misc/ncdu/default.nix2
-rw-r--r--pkgs/tools/text/vgrep/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/ncdu/default.nix b/pkgs/tools/misc/ncdu/default.nix
index 989dd0956f0..1237645ebae 100644
--- a/pkgs/tools/misc/ncdu/default.nix
+++ b/pkgs/tools/misc/ncdu/default.nix
@@ -16,6 +16,6 @@ stdenv.mkDerivation rec {
     homepage = "https://dev.yorhel.nl/ncdu";
     license = licenses.mit;
     platforms = platforms.all;
-    maintainers = with maintainers; [ pSub ];
+    maintainers = with maintainers; [ pSub SuperSandro2000 ];
   };
 }
diff --git a/pkgs/tools/text/vgrep/default.nix b/pkgs/tools/text/vgrep/default.nix
index e69bbc2fb82..edd0416b0ef 100644
--- a/pkgs/tools/text/vgrep/default.nix
+++ b/pkgs/tools/text/vgrep/default.nix
@@ -27,6 +27,6 @@ buildGoModule rec {
     description = "User-friendly pager for grep/git-grep/ripgrep";
     homepage = "https://github.com/vrothberg/vgrep";
     license = licenses.gpl3Only;
-    maintainers = with maintainers; [ ];
+    maintainers = with maintainers; [ SuperSandro2000 ];
   };
 }