fix: incorrect metadata in dev-python/xdg-base-dirs

This commit is contained in:
RokuRokuYon 2025-03-25 16:08:52 +01:00
parent 3f27308fa8
commit 73b9d87142

View file

@ -7,8 +7,8 @@ DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi inherit distutils-r1 pypi
DESCRIPTION="Easily add autocomplete dropdowns to your Textual apps" DESCRIPTION="Python module for accessing XDG Base Directory paths, simplifying handling of user cache, configuration, and data files."
HOMEPAGE="https://github.com/darrenburns/textual-autocomplete" HOMEPAGE="https://github.com/srstevenson/xdg-base-dirs"
LICENSE="ISC" LICENSE="ISC"
SLOT="0" SLOT="0"