maintainers: remove pesterhazy

Their last commit was caf43ad5af from 2015.
Thank you for your contributions.
This commit is contained in:
Michael Weiss
2021-05-13 12:57:43 +02:00
parent 621a242a1a
commit b364139f2b
4 changed files with 3 additions and 9 deletions

View File

@@ -22,7 +22,7 @@ let
inherit description homepage;
downloadPage = http://sqlite.org/download.html;
license = licenses.publicDomain;
maintainers = with maintainers; [ pesterhazy johnazoidberg ];
maintainers = with maintainers; [ johnazoidberg ];
platforms = platforms.unix;
};
};