python3Packages.requests-gssapi: add missing semicolon

This commit is contained in:
Fabian Affolter 2024-03-23 20:02:59 +01:00 committed by GitHub
parent 736a64e7ee
commit 88409e950f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "A GSSAPI authentication handler for python-requests";
homepage = "https://github.com/pythongssapi/requests-gssapi";
changelog = "https://github.com/pythongssapi/requests-gssapi/blob/v${version}/HISTORY.rst"
changelog = "https://github.com/pythongssapi/requests-gssapi/blob/v${version}/HISTORY.rst";
license = licenses.isc;
maintainers = with maintainers; [ javimerino ];
};