gut: remove paveloom from maintainers

This commit is contained in:
Pavel Sobolev 2024-01-13 15:51:40 +00:00
parent 92b80d6488
commit 76e3feb9f1
No known key found for this signature in database

View File

@ -28,7 +28,7 @@ buildGoModule rec {
description = "An alternative git CLI";
homepage = "https://gut-cli.dev";
license = licenses.mit;
maintainers = with maintainers; [ paveloom ];
maintainers = with maintainers; [ ];
mainProgram = "gut";
};
}