mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
fix evaluation (bad meta.license)
This commit is contained in:
parent
84979667f3
commit
fc9f0b89a4
@ -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 New Issue
Block a user