pythonPackages.oauth: update homepage

This commit is contained in:
Jonathan Ringer
2019-12-07 09:26:59 +01:00
committed by Frederik Rietdijk
parent 66b8d2e50d
commit 7044d28183
@@ -16,7 +16,7 @@ buildPythonPackage rec {
doCheck = false; doCheck = false;
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://code.google.com/p/oauth; homepage = https://code.google.com/archive/p/oauth/;
description = "Library for OAuth version 1.0a"; description = "Library for OAuth version 1.0a";
license = licenses.mit; license = licenses.mit;
}; };