pythonPackages.secretstorage: fix license

This commit is contained in:
Orivej Desh 2018-12-26 01:09:06 +00:00
parent c6f9068804
commit 6137c6de6c

View File

@ -24,7 +24,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
homepage = https://github.com/mitya57/secretstorage; homepage = https://github.com/mitya57/secretstorage;
description = "Python bindings to FreeDesktop.org Secret Service API"; description = "Python bindings to FreeDesktop.org Secret Service API";
license = licenses.bsdOriginal; license = licenses.bsd3;
maintainers = with maintainers; [ teto ]; maintainers = with maintainers; [ teto ];
}; };
} }