oniguruma,jq: add artturin as maintainer

This commit is contained in:
Artturin 2022-12-08 20:29:44 +02:00
parent 285157a0f9
commit 5470541347
2 changed files with 2 additions and 2 deletions

View File

@ -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;
};
}

View File

@ -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/";
};