treewide: run ./maintainers/scripts/update_redirected_urls.sh
This commit is contained in:
@@ -22,7 +22,7 @@ buildPythonPackage {
|
||||
doCheck = false;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "http://liw.fi/cliapp/";
|
||||
homepage = "https://liw.fi/cliapp/";
|
||||
description = "Python framework for Unix command line programs";
|
||||
license = licenses.gpl2;
|
||||
maintainers = [];
|
||||
|
||||
@@ -24,7 +24,7 @@ buildPythonPackage rec {
|
||||
doCheck = false;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "http://liw.fi/cmdtest/";
|
||||
homepage = "https://liw.fi/cmdtest/";
|
||||
description = "Black box tests Unix command line tools";
|
||||
license = licenses.gpl3;
|
||||
};
|
||||
|
||||
@@ -18,6 +18,6 @@ buildPythonPackage rec {
|
||||
description = "A Python wrapper for Pinboard.in";
|
||||
maintainers = with maintainers; [ djanatyn ];
|
||||
license = licenses.asl20;
|
||||
homepage = "http://github.com/lionheart/pinboard.py";
|
||||
homepage = "https://github.com/lionheart/pinboard.py";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Pure Python reimplementation of pcapy. This package is API compatible and a drop-in replacement.";
|
||||
homepage = "http://bitbucket.org/viraptor/pure-pcapy";
|
||||
homepage = "https://bitbucket.org/viraptor/pure-pcapy";
|
||||
license = licenses.bsd2;
|
||||
maintainers = with maintainers; [ etu ];
|
||||
};
|
||||
|
||||
@@ -17,7 +17,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Package to parse logical tag expressions";
|
||||
homepage = "http://github.com/timofurrer/tag-expressions";
|
||||
homepage = "https://github.com/timofurrer/tag-expressions";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ kalbasit ];
|
||||
};
|
||||
|
||||
@@ -19,7 +19,7 @@ buildPythonPackage rec {
|
||||
doCheck = false;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "http://liw.fi/tracing/";
|
||||
homepage = "https://liw.fi/tracing/";
|
||||
description = "Python debug logging helper";
|
||||
license = licenses.gpl3;
|
||||
maintainers = [];
|
||||
|
||||
@@ -21,7 +21,7 @@ buildPythonPackage rec {
|
||||
doCheck = false;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "http://liw.fi/ttystatus/";
|
||||
homepage = "https://liw.fi/ttystatus/";
|
||||
description = "Progress and status updates on terminals for Python";
|
||||
license = licenses.gpl3;
|
||||
maintainers = [];
|
||||
|
||||
@@ -38,7 +38,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "A library which communicates with XBee radios for zigpy";
|
||||
homepage = "http://github.com/zigpy/zigpy-xbee";
|
||||
homepage = "https://github.com/zigpy/zigpy-xbee";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ etu mvnetbiz ];
|
||||
platforms = platforms.linux;
|
||||
|
||||
@@ -19,7 +19,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Zope.Interface";
|
||||
homepage = "http://zope.org/Products/ZopeInterface";
|
||||
homepage = "https://zope.org/Products/ZopeInterface";
|
||||
license = licenses.zpl20;
|
||||
maintainers = [ maintainers.goibhniu ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user