diff --git a/overlays/python-wik.nix b/overlays/python-wik.nix index e53f705b..fcfac08f 100644 --- a/overlays/python-wik.nix +++ b/overlays/python-wik.nix @@ -21,5 +21,12 @@ final: prev: with prev.python39Packages; { beautifulsoup4 requests ]; + + meta = with prev.lib; { + description = "query wikipedia articles from your terminal"; + homepage = "https://github.com/yashsinghcodes/wik"; + license = licenses.mit; + maintainers = with maintainers; [ teutat3s ]; + }; }; }