diff options
| author | Oren Rozen <countoren@gmail.com> | 2020-05-25 16:55:10 -0500 |
|---|---|---|
| committer | Oren Rozen <countoren@gmail.com> | 2020-05-25 16:55:10 -0500 |
| commit | 4d58f006ff4a6bdedcce793057c8533d8e73ed2a (patch) | |
| tree | 1bc0ea96b367947522d2bfedc5fe5f00536c8121 /pkgs/development/python-modules/python-magic | |
| parent | e708176d43f11823054d07a1ad8db79e8e5e291c (diff) | |
| parent | 673b122836136e58842b316bcb49158c8322132a (diff) | |
Merge branch 'updateSettings' into vscode-utils/vscodeEnv
Diffstat (limited to 'pkgs/development/python-modules/python-magic')
| -rw-r--r-- | pkgs/development/python-modules/python-magic/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/python-magic/default.nix b/pkgs/development/python-modules/python-magic/default.nix index d48a6288a7dd..7ba794716bfe 100644 --- a/pkgs/development/python-modules/python-magic/default.nix +++ b/pkgs/development/python-modules/python-magic/default.nix @@ -22,7 +22,7 @@ buildPythonPackage rec { meta = { description = "A python interface to the libmagic file type identification library"; - homepage = https://github.com/ahupp/python-magic; + homepage = "https://github.com/ahupp/python-magic"; license = lib.licenses.mit; }; } |
