Loading pkgs/development/python-modules/arpeggio/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -22,6 +22,6 @@ buildPythonPackage rec { description = "Recursive descent parser with memoization based on PEG grammars (aka Packrat parser)"; homepage = "https://github.com/textX/Arpeggio"; license = licenses.mit; maintainers = with maintainers; [ ]; maintainers = with maintainers; [ nickcao ]; }; } Loading
pkgs/development/python-modules/arpeggio/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -22,6 +22,6 @@ buildPythonPackage rec { description = "Recursive descent parser with memoization based on PEG grammars (aka Packrat parser)"; homepage = "https://github.com/textX/Arpeggio"; license = licenses.mit; maintainers = with maintainers; [ ]; maintainers = with maintainers; [ nickcao ]; }; }