pythonPackages.oauth: update homepage

This commit is contained in:
Jonathan Ringer 2019-12-06 17:16:29 -08:00 committed by Frederik Rietdijk
parent 66b8d2e50d
commit 7044d28183

View file

@ -16,7 +16,7 @@ buildPythonPackage rec {
doCheck = false;
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";
license = licenses.mit;
};