tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
infisicalsdk: update license
Artur Sannikov
5 months ago
b55ea32f
ef6712a9
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
in
infisicalsdk
package.nix
+1
-1
pkgs/by-name/in/infisicalsdk/package.nix
···
32
32
meta = {
33
33
homepage = "https://github.com/Infisical/python-sdk-official";
34
34
description = "Infisical Python SDK";
35
35
-
license = lib.licenses.unfree;
35
35
+
license = lib.licenses.mit;
36
36
maintainers = with lib.maintainers; [ artur-sannikov ];
37
37
};
38
38
}