pythonPackages.secretstorage: fix license
This commit is contained in:
parent
c6f9068804
commit
6137c6de6c
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user