iferr: fix meta eval

This commit is contained in:
Martin Weinelt 2024-03-28 01:24:45 +01:00
parent 5919d4081e
commit 584322317f
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 0 additions and 1 deletions

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 ];