sift: add self to maintainers
This commit is contained in:
parent
763a2d7b16
commit
7ec5bd9ecb
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue