3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.pyspnego: fix meta.homepage

This commit is contained in:
Martin Weinelt 2022-01-12 17:36:24 +01:00
parent f4cab67db4
commit e352f62f80
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -48,7 +48,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python SPNEGO authentication library";
homepage = "Python SPNEGO authentication library";
homepage = "https://github.com/jborean93/pyspnego";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};