sift: add self to maintainers

This commit is contained in:
Stanisław Pitucha 2022-05-05 21:08:03 +10:00
parent 763a2d7b16
commit 7ec5bd9ecb

View file

@ -25,7 +25,7 @@ buildGoPackage rec {
meta = with lib; { meta = with lib; {
description = "A fast and powerful alternative to grep"; description = "A fast and powerful alternative to grep";
homepage = "https://sift-tool.org"; homepage = "https://sift-tool.org";
maintainers = [ maintainers.carlsverre ]; maintainers = with maintainers; [ carlsverre viraptor ];
license = licenses.gpl3; license = licenses.gpl3;
}; };
} }