opentimestamps-client: add maintainer

This commit is contained in:
Erik Arvstedt 2022-12-04 10:53:08 +01:00
parent cad01bd3bc
commit 16b303d65b
No known key found for this signature in database
GPG Key ID: 33312B944DD97846

View File

@ -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 ];
};
}