summary refs log tree commit diff
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2022-12-08 20:29:44 +0200
committerArtturin <Artturin@artturin.com>2022-12-11 12:56:40 +0200
commit54705413479d6deb288bc3c95308163ddfbf5261 (patch)
tree9be2c3cfcb6446ae95dc184d1f34cad698e9f4eb
parent285157a0f94b0c76fbed3cfb3c0a7298f081c628 (diff)
downloadnixpkgs-54705413479d6deb288bc3c95308163ddfbf5261.tar
nixpkgs-54705413479d6deb288bc3c95308163ddfbf5261.tar.gz
nixpkgs-54705413479d6deb288bc3c95308163ddfbf5261.tar.bz2
nixpkgs-54705413479d6deb288bc3c95308163ddfbf5261.tar.lz
nixpkgs-54705413479d6deb288bc3c95308163ddfbf5261.tar.xz
nixpkgs-54705413479d6deb288bc3c95308163ddfbf5261.tar.zst
nixpkgs-54705413479d6deb288bc3c95308163ddfbf5261.zip
oniguruma,jq: add artturin as maintainer
-rw-r--r--pkgs/development/libraries/oniguruma/default.nix2
-rw-r--r--pkgs/development/tools/jq/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/oniguruma/default.nix b/pkgs/development/libraries/oniguruma/default.nix
index bc084829e7b..cffa14fdc46 100644
--- a/pkgs/development/libraries/oniguruma/default.nix
+++ b/pkgs/development/libraries/oniguruma/default.nix
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
     homepage = "https://github.com/kkos/oniguruma";
     description = "Regular expressions library";
     license = licenses.bsd2;
-    maintainers = with maintainers; [ ];
+    maintainers = with maintainers; [ artturin ];
     platforms = platforms.unix;
   };
 }
diff --git a/pkgs/development/tools/jq/default.nix b/pkgs/development/tools/jq/default.nix
index 5671f5dbe64..dab6831cefd 100644
--- a/pkgs/development/tools/jq/default.nix
+++ b/pkgs/development/tools/jq/default.nix
@@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
     description = "A lightweight and flexible command-line JSON processor";
     homepage = "https://stedolan.github.io/jq/";
     license = licenses.mit;
-    maintainers = with maintainers; [ raskin globin ];
+    maintainers = with maintainers; [ raskin globin artturin ];
     platforms = platforms.unix;
     downloadPage = "https://stedolan.github.io/jq/download/";
   };