forked from mirrors/nixpkgs
python3Packages.pyspnego: fix meta.homepage
This commit is contained in:
parent
f4cab67db4
commit
e352f62f80
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue