Unverified Commit bf1d3265 authored by Lyndon Sanche's avatar Lyndon Sanche Committed by GitHub
Browse files

lubelogger: Remove samasaur1 from maintainers

parent e6690e0e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };