fix evaluation (bad meta.license)

This commit is contained in:
Vladimír Čunát 2014-11-18 20:33:18 +01:00
parent 84979667f3
commit fc9f0b89a4
2 changed files with 2 additions and 2 deletions

View File

@ -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;
};
}

View File

@ -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;
};
}