From 16b303d65b273d80094d8ce0ae7eb18bf613bb73 Mon Sep 17 00:00:00 2001 From: Erik Arvstedt Date: Sun, 4 Dec 2022 10:53:08 +0100 Subject: [PATCH] opentimestamps-client: add maintainer --- pkgs/tools/misc/opentimestamps-client/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/misc/opentimestamps-client/default.nix b/pkgs/tools/misc/opentimestamps-client/default.nix index 939e5c8c72fa..6c17cf62a640 100644 --- a/pkgs/tools/misc/opentimestamps-client/default.nix +++ b/pkgs/tools/misc/opentimestamps-client/default.nix @@ -18,9 +18,10 @@ buildPythonApplication rec { propagatedBuildInputs = [ opentimestamps appdirs GitPython pysocks ]; - meta = { + meta = with lib; { description = "Command-line tool to create and verify OpenTimestamps proofs"; homepage = "https://github.com/opentimestamps/opentimestamps-client"; - license = lib.licenses.lgpl3; + license = licenses.lgpl3; + maintainers = with maintainers; [ erikarvstedt ]; }; }