superfile: add redyf as maintainer

This commit is contained in:
redyf 2024-08-01 16:41:36 -03:00
parent 2775b81e4e
commit 4b0746388b

View File

@ -23,7 +23,7 @@ buildGoModule rec {
homepage = "https://github.com/yorukot/superfile"; homepage = "https://github.com/yorukot/superfile";
changelog = "https://github.com/yorukot/superfile/blob/${src.rev}/changelog.md"; changelog = "https://github.com/yorukot/superfile/blob/${src.rev}/changelog.md";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [momeemt]; maintainers = with maintainers; [momeemt redyf];
mainProgram = "superfile"; mainProgram = "superfile";
}; };
} }