lubelogger: Remove samasaur1 from maintainers

This commit is contained in:
Lyndon Sanche
2024-08-19 23:29:54 -06:00
committed by GitHub
parent e6690e0e45
commit bf1d326567
+1 -1
View File
@@ -37,7 +37,7 @@ buildDotnetModule rec {
homepage = "https://lubelogger.com";
changelog = "https://github.com/hargata/lubelog/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ samasaur lyndeno ];
maintainers = with maintainers; [ lyndeno ];
mainProgram = "CarCareTracker";
platforms = platforms.all;
};