Merge pull request #299615 from mweinelt/iferr-eval-fix

iferr: fix meta eval
This commit is contained in:
Martin Weinelt 2024-03-28 01:27:36 +01:00 committed by GitHub
commit 68e06b5c72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,6 @@ buildGoModule {
meta = with lib; {
description = ''Generate "if err != nil {" block'';
mainProgram = "iferr";
homepage = "https://github.com/koron/iferr";
license = licenses.mit;
maintainers = with maintainers; [ kalbasit ];