pythonPackages.secretstorage: fix license
This commit is contained in:
parent
c6f9068804
commit
6137c6de6c
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ buildPythonPackage rec {
|
|||
meta = with lib; {
|
||||
homepage = https://github.com/mitya57/secretstorage;
|
||||
description = "Python bindings to FreeDesktop.org Secret Service API";
|
||||
license = licenses.bsdOriginal;
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ teto ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue