mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
there is an ongoing controversy regarding the email domain in ::gentoo.
until that is resolved i'm using the old address. changing it back here
too to match the bugzilla address.
This reverts commit 4c118b8f6f.
Signed-off-by: tea <gentoo@tastytea.de>
18 lines
620 B
XML
18 lines
620 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>gentoo@tastytea.de</email>
|
|
<name>tastytea</name>
|
|
</maintainer>
|
|
<upstream>
|
|
<remote-id type="github">zsh-users/zsh-history-substring-search</remote-id>
|
|
</upstream>
|
|
<longdescription lang="en">
|
|
A clean-room implementation of the Fish shell's history search
|
|
feature, where you can type in any part of any command from
|
|
history and then press chosen keys, such as the UP and DOWN
|
|
arrows, to cycle through matches.
|
|
</longdescription>
|
|
</pkgmetadata>
|