python3Packages.libagent: specify license
This commit is contained in:
parent
157bd01964
commit
908a34f5a3
@ -25,7 +25,7 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Using hardware wallets as SSH/GPG agent";
|
description = "Using hardware wallets as SSH/GPG agent";
|
||||||
homepage = "https://github.com/romanz/trezor-agent";
|
homepage = "https://github.com/romanz/trezor-agent";
|
||||||
license = licenses.gpl3;
|
license = licenses.lgpl3Only;
|
||||||
maintainers = with maintainers; [ np ];
|
maintainers = with maintainers; [ np ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user