Merge pull request #273964 from raphaelr/mainPrograms

misc: set some meta.mainPrograms
This commit is contained in:
Linus Heckemann 2023-12-14 13:27:10 +01:00 committed by GitHub
commit a89ba043dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -47,5 +47,6 @@ buildPythonPackage rec {
description = "A database migration tool for SQLAlchemy"; description = "A database migration tool for SQLAlchemy";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ ]; maintainers = with maintainers; [ ];
mainProgram = "alembic";
}; };
} }

View File

@ -43,5 +43,6 @@ buildPythonPackage rec {
description = "gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX, fast clients and sleepy applications"; description = "gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX, fast clients and sleepy applications";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ ]; maintainers = with maintainers; [ ];
mainProgram = "gunicorn";
}; };
} }

View File

@ -33,5 +33,6 @@ buildGoModule rec {
description = "A general purpose syntax highlighter in pure Go"; description = "A general purpose syntax highlighter in pure Go";
license = licenses.mit; license = licenses.mit;
maintainers = [ maintainers.sternenseemann ]; maintainers = [ maintainers.sternenseemann ];
mainProgram = "chroma";
}; };
} }