mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 10:14:09 +00:00
charge-lnd: nixfmt
This commit is contained in:
parent
1cfdb89c6d
commit
1eca0d8382
@ -1,4 +1,8 @@
|
||||
{ lib, fetchFromGitHub, python3Packages }:
|
||||
{
|
||||
lib,
|
||||
fetchFromGitHub,
|
||||
python3Packages,
|
||||
}:
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "charge-lnd";
|
||||
@ -34,7 +38,10 @@ python3Packages.buildPythonApplication rec {
|
||||
description = "Simple policy-based fee manager for lightning network daemon";
|
||||
homepage = "https://github.com/accumulator/charge-lnd";
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ mmilata mariaa144 ];
|
||||
maintainers = with maintainers; [
|
||||
mmilata
|
||||
mariaa144
|
||||
];
|
||||
mainProgram = "charge-lnd";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user