mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 12:04:40 +00:00
manners: init at 0.4.0
This commit is contained in:
parent
09895a3f71
commit
98b3626bf2
@ -1692,6 +1692,20 @@ let
|
||||
'';
|
||||
};
|
||||
|
||||
manners = buildFromGitHub {
|
||||
rev = "0.4.0";
|
||||
owner = "braintree";
|
||||
repo = "manners";
|
||||
sha256 = "07985pbfhwlhbglr9zwh2wx8kkp0wzqr1lf0xbbxbhga4hn9q3ak";
|
||||
|
||||
meta = {
|
||||
description = "A polite Go HTTP server that shuts down gracefully";
|
||||
homepage = "https://github.com/braintree/manners";
|
||||
maintainers = with lib.maintainers; [ matthiasbeyer ];
|
||||
license = licenses.mit;
|
||||
};
|
||||
};
|
||||
|
||||
mapstructure = buildFromGitHub {
|
||||
rev = "281073eb9eb092240d33ef253c404f1cca550309";
|
||||
owner = "mitchellh";
|
||||
|
Loading…
Reference in New Issue
Block a user