fix evaluation (bad meta.license)
This commit is contained in:
parent
84979667f3
commit
fc9f0b89a4
2 changed files with 2 additions and 2 deletions
|
@ -18,6 +18,6 @@ stdenv.mkDerivation rec {
|
|||
meta = {
|
||||
description = "Platform-independent Qt API for storing passwords securely";
|
||||
homepage = "https://github.com/frankosterfeld/qtkeychain";
|
||||
license = stdenv.lib.licenses.BSD3;
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -16,6 +16,6 @@ stdenv.mkDerivation rec {
|
|||
meta = {
|
||||
homepage = "http://www.zaphoyd.com/websocketpp/";
|
||||
description = "C++/Boost Asio based websocket client/server library";
|
||||
license = stdenv.lib.licenses.BSD3;
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue