3
0
Fork 0
forked from mirrors/nixpkgs

haskellPackages.cachix{,-api}: add domen as a maintainer

This commit is contained in:
sternenseemann 2021-06-21 12:34:55 +02:00
parent 8ec3faac52
commit a117b4a33c
2 changed files with 5 additions and 0 deletions

View file

@ -129,6 +129,9 @@ package-maintainers:
- pretty-simple
- spago
- termonad
domenkozar:
- cachix
- cachix-api
expipiplus1:
- VulkanMemoryAllocator
- autoapply

View file

@ -49714,6 +49714,7 @@ self: {
];
description = "Command line client for Nix binary cache hosting https://cachix.org";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ domenkozar ];
}) {inherit (pkgs) boost; inherit (pkgs) nix;};
"cachix-api" = callPackage
@ -49745,6 +49746,7 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Servant HTTP API specification for https://cachix.org";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ domenkozar ];
}) {};
"cacophony" = callPackage