forked from mirrors/nixpkgs
haskellPackages.cachix{,-api}: add domen as a maintainer
This commit is contained in:
parent
8ec3faac52
commit
a117b4a33c
|
@ -129,6 +129,9 @@ package-maintainers:
|
|||
- pretty-simple
|
||||
- spago
|
||||
- termonad
|
||||
domenkozar:
|
||||
- cachix
|
||||
- cachix-api
|
||||
expipiplus1:
|
||||
- VulkanMemoryAllocator
|
||||
- autoapply
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue