sift: add self to maintainers

main
Stanisław Pitucha 2 years ago
parent 763a2d7b16
commit 7ec5bd9ecb
  1. 2
      pkgs/tools/text/sift/default.nix

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

Loading…
Cancel
Save