mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-14 09:43:14 +00:00
oniguruma,jq: add artturin as maintainer
This commit is contained in:
parent
285157a0f9
commit
5470541347
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -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/";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user