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