Merge pull request #82993 from Synthetica9/homepage-fix2

treewide: fix redirected urls (again)
This commit is contained in:
Ryan Mulligan
2020-03-30 13:40:46 -07:00
committed by GitHub
30 changed files with 31 additions and 32 deletions

View File

@@ -79,7 +79,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "A framework for creating, editing, and invoking Noisy Intermediate Scale Quantum (NISQ) circuits.";
homepage = "http://github.com/quantumlib/cirq";
homepage = "https://github.com/quantumlib/cirq";
license = licenses.asl20;
maintainers = with maintainers; [ drewrisinger ];
};

View File

@@ -45,7 +45,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Video editing with Python";
homepage = http://zulko.github.io/moviepy/;
homepage = "https://zulko.github.io/moviepy/";
license = licenses.mit;
};