tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
fix evaluation (bad meta.license)
Vladimír Čunát
11 years ago
fc9f0b89
84979667
+2
-2
2 changed files
expand all
collapse all
unified
split
pkgs
development
libraries
qtkeychain
default.nix
websocket++
default.nix
+1
-1
pkgs/development/libraries/qtkeychain/default.nix
···
18
18
meta = {
19
19
description = "Platform-independent Qt API for storing passwords securely";
20
20
homepage = "https://github.com/frankosterfeld/qtkeychain";
21
21
-
license = stdenv.lib.licenses.BSD3;
21
21
+
license = stdenv.lib.licenses.bsd3;
22
22
};
23
23
}
+1
-1
pkgs/development/libraries/websocket++/default.nix
···
16
16
meta = {
17
17
homepage = "http://www.zaphoyd.com/websocketpp/";
18
18
description = "C++/Boost Asio based websocket client/server library";
19
19
-
license = stdenv.lib.licenses.BSD3;
19
19
+
license = stdenv.lib.licenses.bsd3;
20
20
};
21
21
}