Merge pull request #82993 from Synthetica9/homepage-fix2
treewide: fix redirected urls (again)
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user