mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 08:39:08 +03:00
Merge pull request #279259 from martinjlowm/maintainer
dynamodb-local: Add martinjlowm as maintainer
This commit is contained in:
commit
5320c114d3
@ -11437,6 +11437,12 @@
|
||||
githubId = 458783;
|
||||
name = "Martin Gammelsæter";
|
||||
};
|
||||
martinjlowm = {
|
||||
email = "martin@martinjlowm.dk";
|
||||
github = "martinjlowm";
|
||||
githubId = 110860;
|
||||
name = "Martin Jesper Low Madsen";
|
||||
};
|
||||
martinramm = {
|
||||
email = "martin-ramm@gmx.de";
|
||||
github = "MartinRamm";
|
||||
|
@ -34,7 +34,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
homepage = "https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.html";
|
||||
license = licenses.unfree;
|
||||
mainProgram = "dynamodb-local";
|
||||
maintainers = with maintainers; [ shyim ];
|
||||
maintainers = with maintainers; [ shyim martinjlowm ];
|
||||
platforms = platforms.all;
|
||||
sourceProvenance = with lib.sourceTypes; [
|
||||
binaryBytecode
|
||||
|
Loading…
Reference in New Issue
Block a user