python3Packages.requests-gssapi: add missing semicolon
This commit is contained in:
parent
736a64e7ee
commit
88409e950f
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue