Skip to content

Commit

Permalink
pythonPackages.pathspec: add meta
Browse files Browse the repository at this point in the history
  • Loading branch information
copumpkin committed Feb 8, 2017
1 parent 825ef23 commit e012e12
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8585,6 +8585,13 @@ in {
inherit pname version;
sha256 = "0a37yrr2jhlg8aiynxivh2xqani7l9j725qxzrm7cm7m4rfcl1bn";
};

meta = {
description = "Utility library for gitignore-style pattern matching of file paths";
homepage = "https://github.com/cpburnz/python-path-specification";
license = licenses.mpl20;
maintainers = with maintainers; [ copumpkin ];
};
};

pathtools = buildPythonPackage rec {
Expand Down

0 comments on commit e012e12

Please sign in to comment.