treewide: update homepages to https where available

Based on "problems" from repology:

https://repology.org/repository/nix_unstable/problems

Mostly simple changes to reflect redirects.
This commit is contained in:
Matthew Bauer
2019-04-14 19:25:45 -04:00
parent bd50fc942b
commit 290a5d916e
169 changed files with 179 additions and 184 deletions

View File

@@ -23,7 +23,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ bitstring ifaddr ];
meta = with lib; {
homepage = http://github.com/frawau/aiolifx;
homepage = https://github.com/frawau/aiolifx;
license = licenses.mit;
description = "API for local communication with LIFX devices over a LAN with asyncio";
maintainers = with maintainers; [ netixx ];

View File

@@ -25,7 +25,7 @@ buildPythonPackage rec {
'';
meta = with stdenv.lib; {
homepage = http://github.com/neithere/argh/;
homepage = https://github.com/neithere/argh/;
description = "An unobtrusive argparse wrapper with natural syntax";
license = licenses.lgpl2;
maintainers = with maintainers; [ domenkozar ];

View File

@@ -16,7 +16,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Interact with the Youtube Chromecast api";
homepage = http://github.com/ur1katz/casttube;
homepage = https://github.com/ur1katz/casttube;
license = licenses.mit;
maintainers = with maintainers; [ fpletz ];
};

View File

@@ -27,7 +27,7 @@ buildPythonPackage rec {
'';
meta = with stdenv.lib; {
homepage = http://github.com/dask/dask-glm/;
homepage = https://github.com/dask/dask-glm/;
description = "Generalized Linear Models with Dask";
license = licenses.bsd3;
maintainers = [ maintainers.costrouc ];

View File

@@ -23,7 +23,7 @@ buildPythonPackage rec {
doCheck = false;
meta = with stdenv.lib; {
homepage = http://github.com/ghickman/django-cache-url;
homepage = https://github.com/ghickman/django-cache-url;
description = "Use Cache URLs in your Django application";
license = licenses.mit;
maintainers = [ maintainers.costrouc ];

View File

@@ -19,7 +19,7 @@ buildPythonPackage rec {
doCheck = false;
meta = with stdenv.lib; {
homepage = http://github.com/jezdez/django-discover-runner;
homepage = https://github.com/jezdez/django-discover-runner;
description = "A Django test runner based on unittest2's test discovery";
license = licenses.bsd0;
maintainers = [ maintainers.costrouc ];

View File

@@ -20,7 +20,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "URLs with authentication tokens for automatic login";
homepage = http://github.com/aaugustin/django-sesame;
homepage = https://github.com/aaugustin/django-sesame;
license = licenses.bsd3;
maintainers = with maintainers; [ elohmeier ];
};

View File

@@ -20,7 +20,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Find a website's favicon";
homepage = http://github.com/scottwernervt/favicon;
homepage = https://github.com/scottwernervt/favicon;
license = licenses.mit;
maintainers = with maintainers; [ elohmeier ];
};

View File

@@ -26,7 +26,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Socket.IO integration for Flask applications";
homepage = http://github.com/miguelgrinberg/Flask-SocketIO/;
homepage = https://github.com/miguelgrinberg/Flask-SocketIO/;
license = licenses.mit;
maintainers = [ maintainers.mic92 ];
};

View File

@@ -30,7 +30,7 @@ buildPythonPackage rec {
'';
meta = with stdenv.lib; {
homepage = http://github.com/kerrickstaley/genanki;
homepage = https://github.com/kerrickstaley/genanki;
description = "Generate Anki decks programmatically";
license = licenses.mit;
maintainers = with maintainers; [ teto ];

View File

@@ -22,7 +22,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "The standard Python readline extension statically linked against the GNU readline library";
homepage = http://github.com/ludwigschwardt/python-gnureadline;
homepage = https://github.com/ludwigschwardt/python-gnureadline;
license = licenses.gpl3;
};

View File

@@ -27,7 +27,7 @@ buildPythonPackage rec {
'';
meta = with stdenv.lib; {
homepage = http://github.com/daleroberts/hdmedians;
homepage = https://github.com/daleroberts/hdmedians;
description = "High-dimensional medians";
license = licenses.gpl3;
maintainers = [ maintainers.costrouc ];

View File

@@ -17,7 +17,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ nose ipython ];
meta = with stdenv.lib; {
homepage = http://github.com/flavioamieiro/nose-ipdb/tree/master;
homepage = https://github.com/flavioamieiro/nose-ipdb/tree/master;
description = "Nose plugin to use iPdb instead of Pdb when tests fail";
license = licenses.lgpl2;
maintainers = [ maintainers.costrouc ];

View File

@@ -31,7 +31,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Allows to `from nixpkgs import` stuff in interactive Python sessions";
homepage = http://github.com/t184256/nixpkgs-python-importer;
homepage = https://github.com/t184256/nixpkgs-python-importer;
license = licenses.mit;
maintainers = with maintainers; [ t184256 ];
};

View File

@@ -15,7 +15,7 @@ buildPythonPackage rec {
};
meta = with stdenv.lib; {
homepage = http://github.com/samuel/python-pagerduty;
homepage = https://github.com/samuel/python-pagerduty;
description = "Library for the PagerDuty service API";
license = licenses.bsd0;
};

View File

@@ -27,7 +27,7 @@ buildPythonPackage rec {
buildInputs = [ pillow nose_progressive nose mock blessings ];
meta = with stdenv.lib; {
homepage = http://github.com/matthewwithanm/pilkit/;
homepage = https://github.com/matthewwithanm/pilkit/;
description = "A collection of utilities and processors for the Python Imaging Libary";
license = licenses.bsd0;
maintainers = with maintainers; [ domenkozar ];

View File

@@ -22,7 +22,7 @@ buildPythonPackage rec {
doCheck = false;
meta = with stdenv.lib; {
homepage = http://github.com/coderanger/pychef;
homepage = https://github.com/coderanger/pychef;
description = "Python implementation of a Chef API client";
license = licenses.bsd0;
};

View File

@@ -33,7 +33,7 @@ buildPythonPackage rec {
'';
meta = with stdenv.lib; {
homepage = http://github.com/jlaska/pytest-ansible;
homepage = https://github.com/jlaska/pytest-ansible;
description = "Plugin for py.test to simplify calling ansible modules from tests or fixtures";
license = licenses.mit;
maintainers = [ maintainers.costrouc ];

View File

@@ -48,7 +48,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Engine.IO server";
homepage = http://github.com/miguelgrinberg/python-engineio/;
homepage = https://github.com/miguelgrinberg/python-engineio/;
license = licenses.mit;
platforms = platforms.linux;
maintainers = [ maintainers.mic92 ];

View File

@@ -16,7 +16,7 @@ buildPythonPackage rec {
checkInputs = [ nose ];
meta = with stdenv.lib; {
homepage = http://github.com/madzak/python-json-logger;
homepage = https://github.com/madzak/python-json-logger;
description = "A python library adding a json log formatter";
license = licenses.bsdOriginal;
maintainers = [ maintainers.costrouc ];

View File

@@ -32,7 +32,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python library for the snappy compression library from Google";
homepage = http://github.com/andrix/python-snappy;
homepage = https://github.com/andrix/python-snappy;
license = licenses.bsd3;
maintainers = [ maintainers.costrouc ];
};

View File

@@ -26,7 +26,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Socket.IO server";
homepage = http://github.com/miguelgrinberg/python-socketio/;
homepage = https://github.com/miguelgrinberg/python-socketio/;
license = licenses.mit;
maintainers = [ maintainers.mic92 ];
};

View File

@@ -26,7 +26,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Sphinx extension for Read the Docs overrides";
homepage = http://github.com/rtfd/readthedocs-sphinx-ext;
homepage = https://github.com/rtfd/readthedocs-sphinx-ext;
license = licenses.mit;
};
}

View File

@@ -24,7 +24,7 @@ buildPythonPackage rec {
doCheck = false;
meta = with stdenv.lib; {
homepage = http://github.com/soft-matter/slicerator;
homepage = https://github.com/soft-matter/slicerator;
description = "A lazy-loading, fancy-sliceable iterable";
license = licenses.bsdOriginal;
maintainers = [ maintainers.costrouc ];

View File

@@ -25,7 +25,7 @@ buildPythonPackage rec {
doCheck = false;
meta = with stdenv.lib; {
homepage = http://github.com/DinoTools/python-ssdeep;
homepage = https://github.com/DinoTools/python-ssdeep;
description = "Python wrapper for the ssdeep library";
license = licenses.lgpl3;
};

View File

@@ -35,7 +35,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Pipelines to manage continuous streams of data";
homepage = http://github.com/mrocklin/streamz/;
homepage = https://github.com/mrocklin/streamz/;
license = licenses.bsd3;
maintainers = [ maintainers.costrouc ];
};

View File

@@ -24,7 +24,7 @@ buildPythonPackage rec {
'';
meta = with stdenv.lib; {
homepage = http://github.com/xattr/xattr;
homepage = https://github.com/xattr/xattr;
description = "Python wrapper for extended filesystem attributes";
license = licenses.mit;
};

View File

@@ -25,7 +25,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Allows you to perform imports names that will only be resolved when used in the code";
homepage = http://github.com/zopefoundation/zope.deferredimport;
homepage = https://github.com/zopefoundation/zope.deferredimport;
license = licenses.zpl21;
};
}

View File

@@ -18,7 +18,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Supports the efficient creation of hookable objects";
homepage = http://github.com/zopefoundation/zope.hookable;
homepage = https://github.com/zopefoundation/zope.hookable;
license = licenses.zpl21;
};
}

View File

@@ -13,7 +13,7 @@ buildPythonPackage rec {
};
meta = with stdenv.lib; {
homepage = http://github.com/zopefoundation/zope.contenttype;
homepage = https://github.com/zopefoundation/zope.contenttype;
description = "A utility module for content-type (MIME type) handling";
license = licenses.zpl20;
maintainers = with maintainers; [ goibhniu ];

View File

@@ -16,7 +16,7 @@ buildPythonPackage rec {
buildInputs = [ zope_testing ];
meta = with stdenv.lib; {
homepage = http://github.com/zopefoundation/zope.deprecation;
homepage = https://github.com/zopefoundation/zope.deprecation;
description = "Zope Deprecation Infrastructure";
license = licenses.zpl20;
maintainers = with maintainers; [ garbas domenkozar ];

View File

@@ -17,7 +17,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ zope_event zope_component ];
meta = with stdenv.lib; {
homepage = http://github.com/zopefoundation/zope.lifecycleevent;
homepage = https://github.com/zopefoundation/zope.lifecycleevent;
description = "Object life-cycle events";
license = licenses.zpl20;
maintainers = with maintainers; [ goibhniu ];

View File

@@ -23,7 +23,7 @@ buildPythonPackage rec {
doCheck = false;
meta = with stdenv.lib; {
homepage = http://github.com/zopefoundation/zope.location/;
homepage = https://github.com/zopefoundation/zope.location/;
description = "Zope Location";
license = licenses.zpl20;
maintainers = with maintainers; [ goibhniu ];

View File

@@ -19,7 +19,7 @@ buildPythonPackage rec {
doCheck = false;
meta = with stdenv.lib; {
homepage = http://github.com/zopefoundation/zope.proxy;
homepage = https://github.com/zopefoundation/zope.proxy;
description = "Generic Transparent Proxies";
license = licenses.zpl20;
maintainers = with maintainers; [ goibhniu ];

View File

@@ -17,7 +17,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ zope_i18nmessageid zope_interface ];
meta = with stdenv.lib; {
homepage = http://github.com/zopefoundation/zope.size;
homepage = https://github.com/zopefoundation/zope.size;
description = "Interfaces and simple adapter that give the size of an object";
license = licenses.zpl20;
maintainers = with maintainers; [ goibhniu ];