libvirt: fetch sources from gitlab
That seems to be the official repository now.
This commit is contained in:
@@ -5,7 +5,7 @@ buildPythonPackage rec {
|
||||
version = "6.6.0";
|
||||
|
||||
src = assert version == libvirt.version; fetchgit {
|
||||
url = "git://libvirt.org/libvirt-python.git";
|
||||
url = "https://gitlab.com/libvirt/libvirt-python.git";
|
||||
rev = "v${version}";
|
||||
sha256 = "0jj6b2nlx7qldwbvixz74abn3p0sq4lkf6ak74vynrv5xvlycb9v";
|
||||
};
|
||||
@@ -19,7 +19,7 @@ buildPythonPackage rec {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "http://www.libvirt.org/";
|
||||
homepage = "https://libvirt.org/python.html";
|
||||
description = "libvirt Python bindings";
|
||||
license = licenses.lgpl2;
|
||||
maintainers = [ maintainers.fpletz ];
|
||||
|
||||
Reference in New Issue
Block a user