Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Treewide: update some problematic homepages #75270

Merged
merged 1 commit into from
Dec 8, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkgs/applications/audio/ams-lv2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ stdenv.mkDerivation rec {

meta = with stdenv.lib; {
description = "An LV2 port of the internal modules found in Alsa Modular Synth";
homepage = http://objectivewave.wordpress.com/ams-lv2;
homepage = "https://github.com/blablack/ams-lv2";
license = licenses.gpl3;
maintainers = [ maintainers.goibhniu ];
platforms = platforms.linux;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/audio/muse/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ stdenv.mkDerivation {
version = "3.1pre1";

meta = with stdenv.lib; {
homepage = http://www.muse-sequencer.org;
homepage = "https://www.muse-sequencer.org/";
description = "MIDI/Audio sequencer with recording and editing capabilities";
longDescription = ''
MusE is a MIDI/Audio sequencer with recording and editing capabilities
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/office/pympress/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ python3Packages.buildPythonApplication rec {
meta = with lib; {
description = "Simple yet powerful PDF reader designed for dual-screen presentations";
license = licenses.gpl2Plus;
homepage = "https://pympress.xyz/";
homepage = "https://cimbali.github.io/pympress/";
maintainers = [ maintainers.tbenst ];
};
}
2 changes: 1 addition & 1 deletion pkgs/desktops/pantheon/services/contractor/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ stdenv.mkDerivation rec {

meta = with stdenv.lib; {
description = "A desktop-wide extension service used by elementary OS";
homepage = https://github.com/elementarycontractor;
homepage = "https://github.com/elementary/contractor";
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = pantheon.maintainers;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/coq-modules/mathcomp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ let
'';

meta = with stdenv.lib; {
homepage = http://ssr.msr-inria.inria.fr/;
homepage = "https://math-comp.github.io/";
license = licenses.cecill-b;
maintainers = [ maintainers.vbgl maintainers.jwiegley ];
platforms = coq.meta.platforms;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/aqbanking/libchipcard.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ in stdenv.mkDerivation rec {

meta = with stdenv.lib; {
description = "Library for access to chipcards";
homepage = http://www2.aquamaniac.de/sites/download/packages.php?package=02&showall=1;
homepage = "https://www.aquamaniac.de/rdm/projects/libchipcard";
license = licenses.lgpl21;
maintainers = with maintainers; [ aszlig ];
platforms = platforms.linux;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/libgnurl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ stdenv.mkDerivation rec {

meta = with stdenv.lib; {
description = "A fork of libcurl used by GNUnet";
homepage = https://gnunet.org/gnurl;
homepage = "https://gnunet.org/en/gnurl.html";
maintainers = with maintainers; [ falsifian vrthra ];
platforms = platforms.linux;
license = licenses.curl;
Expand Down
1 change: 1 addition & 0 deletions pkgs/development/perl-modules/MNI/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ buildPerlPackage {
doCheck = false; # TODO: almost all tests fail ... is this a real problem?

meta = with stdenv.lib; {
homepage = "https://github.com/BIC-MNI/mni-perllib";
license = with licenses; [ artistic1 gpl1Plus ];
maintainers = with maintainers; [ bcdarwin ];
};
Expand Down
1 change: 1 addition & 0 deletions pkgs/development/perl-modules/Mozilla-LDAP/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ buildPerlPackage rec {
};
meta = {
description = "Mozilla's ldap client library";
homepage = "https://metacpan.org/release/perldap";
license = with lib.licenses; [ mpl20 lgpl21Plus gpl2Plus ];
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ buildPerlPackage rec {

meta = with lib; {
description = "A Perl module for stripping bits of non-deterministic information";
homepage = "https://reproducible-builds.org/";
license = licenses.gpl3;
maintainers = with maintainers; [ pSub ];
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/aioeventlet/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ buildPythonPackage rec {

meta = with stdenv.lib; {
description = "aioeventlet implements the asyncio API (PEP 3156) on top of eventlet. It makes";
homepage = https://aioeventlet.readthedocs.org/;
homepage = "https://pypi.org/project/aioeventlet/";
license = licenses.asl20;
};

Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/bcdoc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildPythonPackage rec {
doCheck = false;

meta = with stdenv.lib; {
homepage = https://github.com/botocore/bcdoc;
homepage = "https://github.com/boto/bcdoc";
license = licenses.asl20;
description = "ReST document generation tools for botocore";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/binwalk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ buildPythonPackage {
++ stdenv.lib.optional visualizationSupport pyqtgraph;

meta = with stdenv.lib; {
homepage = "http://binwalk.org";
homepage = "https://github.com/ReFirmLabs/binwalk";
description = "A tool for searching a given binary image for embedded files";
maintainers = [ maintainers.koral ];
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/boltztrap2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ buildPythonPackage rec {
'';

meta = with stdenv.lib; {
homepage = https://www.boltztrap.org/;
homepage = "http://www.boltztrap.org/";
description = "Band-structure interpolator and transport coefficient calculator";
license = licenses.gpl3;
maintainers = [ maintainers.costrouc ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/bugz/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildPythonPackage {
doCheck = false;

meta = with stdenv.lib; {
homepage = http://www.liquidx.net/pybugz/;
homepage = "https://github.com/williamh/pybugz";
description = "Command line interface for Bugzilla";
license = licenses.gpl2;
maintainers = [ maintainers.costrouc ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/coilmq/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildPythonPackage rec {

meta = with stdenv.lib; {
description = "Simple, lightweight, and easily extensible STOMP message broker";
homepage = http://code.google.com/p/coilmq/;
homepage = "https://github.com/hozn/coilmq/";
license = licenses.asl20;
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/cssutils/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildPythonPackage rec {

meta = with stdenv.lib; {
description = "A Python package to parse and build CSS";
homepage = http://code.google.com/p/cssutils/;
homepage = "http://cthedot.de/cssutils/";
license = licenses.lgpl3Plus;
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/demjson/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildPythonPackage rec {

meta = with stdenv.lib; {
description = "Encoder/decoder and lint/validator for JSON (JavaScript Object Notation)";
homepage = http://deron.meranda.us/python/demjson/;
homepage = "https://github.com/dmeranda/demjson";
license = licenses.lgpl3Plus;
maintainers = with maintainers; [ bjornfor ];
platforms = platforms.all;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildPythonPackage rec {
version = "20181111";

meta = {
homepage = https://code.google.com/p/google-diff-match-patch/;
homepage = "https://github.com/diff-match-patch-python/diff-match-patch";
description = "Diff, Match and Patch libraries for Plain Text";
license = lib.licenses.asl20;
};
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/dill/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ buildPythonPackage rec {

meta = {
description = "Serialize all of python (almost)";
homepage = http://www.cacr.caltech.edu/~mmckerns/dill.htm;
homepage = "https://github.com/uqfoundation/dill/";
license = lib.licenses.bsd3;
};
}
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/diskcache/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildPythonPackage rec {

meta = with lib; {
description = "Disk and file backed persistent cache";
homepage = https://www.grantjenks.com/docs/diskcache/;
homepage = "http://www.grantjenks.com/docs/diskcache/";
license = licenses.asl20;
maintainers = [ maintainers.costrouc ];
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildPythonPackage rec {

meta = with stdenv.lib; {
description = "A database schema evolution tool for the Django web framework";
homepage = http://code.google.com/p/django-evolution/;
homepage = "https://github.com/beanbaginc/django-evolution";
license = licenses.bsd0;
broken = true;
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/dpkt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildPythonPackage rec {

meta = with stdenv.lib; {
description = "Fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols";
homepage = https://code.google.com/p/dpkt/;
homepage = "https://github.com/kbandla/dpkt";
license = licenses.bsd3;
maintainers = with maintainers; [ bjornfor ];
platforms = platforms.all;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/emcee/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildPythonPackage rec {

meta = with stdenv.lib; {
description = "Kick ass affine-invariant ensemble MCMC sampling";
homepage = http://dan.iel.fm/emcee;
homepage = "https://emcee.readthedocs.io/";
license = licenses.mit;
};
}
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/extras/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ buildPythonPackage rec {
doCheck = false;

meta = {
description = "A module provides basic functions for parsing mime-type names and matching them against a list of media-ranges";
homepage = https://code.google.com/p/mimeparse/;
description = "Useful extra bits for Python - things that should be in the standard library";
homepage = "https://github.com/testing-cabal/extras";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol, good catch

license = lib.licenses.mit;
};
}
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/feedparser/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildPythonPackage rec {
doCheck = false;

meta = with stdenv.lib; {
homepage = http://code.google.com/p/feedparser/;
homepage = "https://github.com/kurtmckee/feedparser";
description = "Universal feed parser";
license = licenses.bsd2;
maintainers = with maintainers; [ domenkozar ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/fiona/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ buildPythonPackage rec {

meta = with lib; {
description = "OGR's neat, nimble, no-nonsense API for Python";
homepage = http://toblerity.org/fiona/;
homepage = "https://fiona.readthedocs.io/";
license = licenses.bsd3;
maintainers = with maintainers; [ knedlsepp ];
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/flask-elastic/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ buildPythonPackage rec {
description = "Integrates official client for Elasticsearch into Flask";
license = licenses.bsd3;
maintainers = [ maintainers.mic92 ];
homepage = https://github.com/cepture/foppch/flask-elastic;
homepage = "https://github.com/marceltschoppch/flask-elastic";
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/flup/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildPythonPackage rec {
};

meta = with stdenv.lib; {
homepage = "http://trac.saddi.com/flup";
homepage = "https://www.saddi.com/software/flup/";
description = "FastCGI Python module set";
license = licenses.bsd0;
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/funcparserlib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ buildPythonPackage rec {

meta = with stdenv.lib; {
description = "Recursive descent parsing library based on functional combinators";
homepage = https://code.google.com/p/funcparserlib/;
homepage = "https://github.com/vlasovskikh/funcparserlib";
license = licenses.mit;
platforms = platforms.unix;
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/gateone/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ buildPythonPackage {
'';

meta = with stdenv.lib; {
homepage = https://liftoffsoftware.com/;
homepage = "http://liftoffsoftware.com/";
description = "GateOne is a web-based terminal emulator and SSH client";
maintainers = with maintainers; [ tomberek ];
license = licenses.gpl3;
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/gdata/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ buildPythonPackage rec {
version = "2.0.18";

src = fetchurl {
url = "https://gdata-python-client.googlecode.com/files/${pname}-${version}.tar.gz";
url = "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/gdata-python-client/${pname}-${version}.tar.gz";
sha256 = "1dpxl5hwyyqd71avpm5vkvw8fhlvf9liizmhrq9jphhrx0nx5rsn";
};

# Fails with "error: invalid command 'test'"
doCheck = false;

meta = with stdenv.lib; {
homepage = https://code.google.com/p/gdata-python-client/;
homepage = "https://github.com/google/gdata-python-client";
description = "Python client library for Google data APIs";
license = licenses.asl20;
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/geopandas/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ buildPythonPackage rec {

meta = with stdenv.lib; {
description = "Python geospatial data analysis framework";
homepage = https://geopandas.org;
homepage = "http://geopandas.org";
license = licenses.bsd3;
maintainers = with maintainers; [ knedlsepp ];
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ buildPythonPackage rec {

meta = with stdenv.lib; {
description = "Google Application Utilities for Python";
homepage = http://code.google.com/p/google-apputils-python;
homepage = "https://github.com/google/google-apputils";
license = licenses.asl20;
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildPythonPackage rec {

meta = with stdenv.lib; {
description = "Cloud Speech API enables integration of Google speech recognition into applications.";
homepage = "https://googlecloudplatform.github.io/google-cloud-python/latest/speech/";
homepage = "https://github.com/googleapis/google-cloud-python/tree/master/speech";
license = licenses.asl20;
maintainers = with maintainers; [ vanschelven ];
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/httplib2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildPythonPackage rec {
doCheck = false;

meta = with lib; {
homepage = http://code.google.com/p/httplib2;
homepage = "https://github.com/httplib2/httplib2";
description = "A comprehensive HTTP client library";
license = licenses.mit;
maintainers = with maintainers; [ ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/iniparse/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ buildPythonPackage rec {

meta = with stdenv.lib; {
description = "Accessing and Modifying INI files";
homepage = http://code.google.com/p/iniparse/;
homepage = "https://github.com/candlepin/python-iniparse";
license = licenses.mit;
maintainers = with maintainers; [ danbst ];
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/ipaddr/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildPythonPackage rec {

meta = with stdenv.lib; {
description = "Google's IP address manipulation library";
homepage = http://code.google.com/p/ipaddr-py/;
homepage = "https://github.com/google/ipaddr-py";
license = licenses.asl20;
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ buildPythonPackage rec {

meta = with lib; {
description = "Jenkins Job Builder is a system for configuring Jenkins jobs using simple YAML files stored in Git";
homepage = "https://docs.openstack.org/infra/system-config/jjb.html";
homepage = "https://docs.openstack.org/infra/jenkins-job-builder/";
license = licenses.asl20;
maintainers = with maintainers; [ ];
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/joblib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ buildPythonPackage rec {

meta = {
description = "Lightweight pipelining: using Python functions as pipeline jobs";
homepage = https://pythonhosted.org/joblib/;
homepage = "https://joblib.readthedocs.io/";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ costrouc ];
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/limnoria/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ buildPythonPackage rec {

meta = with stdenv.lib; {
description = "A modified version of Supybot, an IRC bot";
homepage = http://supybot.fr.cr;
homepage = "https://github.com/ProgVal/Limnoria";
license = licenses.bsd3;
maintainers = with maintainers; [ goibhniu ];
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/logutils/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildPythonPackage rec {

meta = with stdenv.lib; {
description = "Logging utilities";
homepage = http://code.google.com/p/logutils/;
homepage = "https://bitbucket.org/vinay.sajip/logutils/";
license = licenses.bsd0;
};

Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/mox/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildPythonPackage rec {
doCheck = false;

meta = with stdenv.lib; {
homepage = http://code.google.com/p/pymox/;
homepage = "https://pymox.readthedocs.io/";
description = "A mock object framework for Python";
license = licenses.asl20;
};
Expand Down
Loading