lol

Treewide: update some problematic homepages

These URLs are reported as problematic by Repology.
It could be a permanent redirection
or the page does not exist anymore

authored by

c0bw3b and committed by
Jon
69b393ac fd0e1eef

+83 -80
+1 -1
pkgs/applications/audio/ams-lv2/default.nix
··· 17 17 18 18 meta = with stdenv.lib; { 19 19 description = "An LV2 port of the internal modules found in Alsa Modular Synth"; 20 - homepage = http://objectivewave.wordpress.com/ams-lv2; 20 + homepage = "https://github.com/blablack/ams-lv2"; 21 21 license = licenses.gpl3; 22 22 maintainers = [ maintainers.goibhniu ]; 23 23 platforms = platforms.linux;
+1 -1
pkgs/applications/audio/muse/default.nix
··· 21 21 version = "3.1pre1"; 22 22 23 23 meta = with stdenv.lib; { 24 - homepage = http://www.muse-sequencer.org; 24 + homepage = "https://www.muse-sequencer.org/"; 25 25 description = "MIDI/Audio sequencer with recording and editing capabilities"; 26 26 longDescription = '' 27 27 MusE is a MIDI/Audio sequencer with recording and editing capabilities
+1 -1
pkgs/applications/office/pympress/default.nix
··· 42 42 meta = with lib; { 43 43 description = "Simple yet powerful PDF reader designed for dual-screen presentations"; 44 44 license = licenses.gpl2Plus; 45 - homepage = "https://pympress.xyz/"; 45 + homepage = "https://cimbali.github.io/pympress/"; 46 46 maintainers = [ maintainers.tbenst ]; 47 47 }; 48 48 }
+1 -1
pkgs/desktops/pantheon/services/contractor/default.nix
··· 50 50 51 51 meta = with stdenv.lib; { 52 52 description = "A desktop-wide extension service used by elementary OS"; 53 - homepage = https://github.com/elementarycontractor; 53 + homepage = "https://github.com/elementary/contractor"; 54 54 license = licenses.gpl3Plus; 55 55 platforms = platforms.linux; 56 56 maintainers = pantheon.maintainers;
+1 -1
pkgs/development/coq-modules/mathcomp/default.nix
··· 108 108 ''; 109 109 110 110 meta = with stdenv.lib; { 111 - homepage = http://ssr.msr-inria.inria.fr/; 111 + homepage = "https://math-comp.github.io/"; 112 112 license = licenses.cecill-b; 113 113 maintainers = [ maintainers.vbgl maintainers.jwiegley ]; 114 114 platforms = coq.meta.platforms;
+1 -1
pkgs/development/libraries/aqbanking/libchipcard.nix
··· 25 25 26 26 meta = with stdenv.lib; { 27 27 description = "Library for access to chipcards"; 28 - homepage = http://www2.aquamaniac.de/sites/download/packages.php?package=02&showall=1; 28 + homepage = "https://www.aquamaniac.de/rdm/projects/libchipcard"; 29 29 license = licenses.lgpl21; 30 30 maintainers = with maintainers; [ aszlig ]; 31 31 platforms = platforms.linux;
+1 -1
pkgs/development/libraries/libgnurl/default.nix
··· 38 38 39 39 meta = with stdenv.lib; { 40 40 description = "A fork of libcurl used by GNUnet"; 41 - homepage = https://gnunet.org/gnurl; 41 + homepage = "https://gnunet.org/en/gnurl.html"; 42 42 maintainers = with maintainers; [ falsifian vrthra ]; 43 43 platforms = platforms.linux; 44 44 license = licenses.curl;
+1
pkgs/development/perl-modules/MNI/default.nix
··· 16 16 doCheck = false; # TODO: almost all tests fail ... is this a real problem? 17 17 18 18 meta = with stdenv.lib; { 19 + homepage = "https://github.com/BIC-MNI/mni-perllib"; 19 20 license = with licenses; [ artistic1 gpl1Plus ]; 20 21 maintainers = with maintainers; [ bcdarwin ]; 21 22 };
+1
pkgs/development/perl-modules/Mozilla-LDAP/default.nix
··· 12 12 }; 13 13 meta = { 14 14 description = "Mozilla's ldap client library"; 15 + homepage = "https://metacpan.org/release/perldap"; 15 16 license = with lib.licenses; [ mpl20 lgpl21Plus gpl2Plus ]; 16 17 }; 17 18 }
+1
pkgs/development/perl-modules/strip-nondeterminism/default.nix
··· 27 27 28 28 meta = with lib; { 29 29 description = "A Perl module for stripping bits of non-deterministic information"; 30 + homepage = "https://reproducible-builds.org/"; 30 31 license = licenses.gpl3; 31 32 maintainers = with maintainers; [ pSub ]; 32 33 };
+1 -1
pkgs/development/python-modules/aioeventlet/default.nix
··· 28 28 29 29 meta = with stdenv.lib; { 30 30 description = "aioeventlet implements the asyncio API (PEP 3156) on top of eventlet. It makes"; 31 - homepage = https://aioeventlet.readthedocs.org/; 31 + homepage = "https://pypi.org/project/aioeventlet/"; 32 32 license = licenses.asl20; 33 33 }; 34 34
+1 -1
pkgs/development/python-modules/bcdoc/default.nix
··· 15 15 doCheck = false; 16 16 17 17 meta = with stdenv.lib; { 18 - homepage = https://github.com/botocore/bcdoc; 18 + homepage = "https://github.com/boto/bcdoc"; 19 19 license = licenses.asl20; 20 20 description = "ReST document generation tools for botocore"; 21 21 };
+1 -1
pkgs/development/python-modules/binwalk/default.nix
··· 30 30 ++ stdenv.lib.optional visualizationSupport pyqtgraph; 31 31 32 32 meta = with stdenv.lib; { 33 - homepage = "http://binwalk.org"; 33 + homepage = "https://github.com/ReFirmLabs/binwalk"; 34 34 description = "A tool for searching a given binary image for embedded files"; 35 35 maintainers = [ maintainers.koral ]; 36 36 };
+1 -1
pkgs/development/python-modules/boltztrap2/default.nix
··· 37 37 ''; 38 38 39 39 meta = with stdenv.lib; { 40 - homepage = https://www.boltztrap.org/; 40 + homepage = "http://www.boltztrap.org/"; 41 41 description = "Band-structure interpolator and transport coefficient calculator"; 42 42 license = licenses.gpl3; 43 43 maintainers = [ maintainers.costrouc ];
+1 -1
pkgs/development/python-modules/bugz/default.nix
··· 17 17 doCheck = false; 18 18 19 19 meta = with stdenv.lib; { 20 - homepage = http://www.liquidx.net/pybugz/; 20 + homepage = "https://github.com/williamh/pybugz"; 21 21 description = "Command line interface for Bugzilla"; 22 22 license = licenses.gpl2; 23 23 maintainers = [ maintainers.costrouc ];
+1 -1
pkgs/development/python-modules/coilmq/default.nix
··· 19 19 20 20 meta = with stdenv.lib; { 21 21 description = "Simple, lightweight, and easily extensible STOMP message broker"; 22 - homepage = http://code.google.com/p/coilmq/; 22 + homepage = "https://github.com/hozn/coilmq/"; 23 23 license = licenses.asl20; 24 24 }; 25 25 }
+1 -1
pkgs/development/python-modules/cssutils/default.nix
··· 16 16 17 17 meta = with stdenv.lib; { 18 18 description = "A Python package to parse and build CSS"; 19 - homepage = http://code.google.com/p/cssutils/; 19 + homepage = "http://cthedot.de/cssutils/"; 20 20 license = licenses.lgpl3Plus; 21 21 }; 22 22 }
+1 -1
pkgs/development/python-modules/demjson/default.nix
··· 12 12 13 13 meta = with stdenv.lib; { 14 14 description = "Encoder/decoder and lint/validator for JSON (JavaScript Object Notation)"; 15 - homepage = http://deron.meranda.us/python/demjson/; 15 + homepage = "https://github.com/dmeranda/demjson"; 16 16 license = licenses.lgpl3Plus; 17 17 maintainers = with maintainers; [ bjornfor ]; 18 18 platforms = platforms.all;
+1 -1
pkgs/development/python-modules/diff-match-patch/default.nix
··· 5 5 version = "20181111"; 6 6 7 7 meta = { 8 - homepage = https://code.google.com/p/google-diff-match-patch/; 8 + homepage = "https://github.com/diff-match-patch-python/diff-match-patch"; 9 9 description = "Diff, Match and Patch libraries for Plain Text"; 10 10 license = lib.licenses.asl20; 11 11 };
+2 -2
pkgs/development/python-modules/dill/default.nix
··· 25 25 26 26 meta = { 27 27 description = "Serialize all of python (almost)"; 28 - homepage = http://www.cacr.caltech.edu/~mmckerns/dill.htm; 28 + homepage = "https://github.com/uqfoundation/dill/"; 29 29 license = lib.licenses.bsd3; 30 30 }; 31 - } 31 + }
+1 -1
pkgs/development/python-modules/diskcache/default.nix
··· 19 19 20 20 meta = with lib; { 21 21 description = "Disk and file backed persistent cache"; 22 - homepage = https://www.grantjenks.com/docs/diskcache/; 22 + homepage = "http://www.grantjenks.com/docs/diskcache/"; 23 23 license = licenses.asl20; 24 24 maintainers = [ maintainers.costrouc ]; 25 25 };
+1 -1
pkgs/development/python-modules/django_evolution/default.nix
··· 19 19 20 20 meta = with stdenv.lib; { 21 21 description = "A database schema evolution tool for the Django web framework"; 22 - homepage = http://code.google.com/p/django-evolution/; 22 + homepage = "https://github.com/beanbaginc/django-evolution"; 23 23 license = licenses.bsd0; 24 24 broken = true; 25 25 };
+1 -1
pkgs/development/python-modules/dpkt/default.nix
··· 11 11 12 12 meta = with stdenv.lib; { 13 13 description = "Fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols"; 14 - homepage = https://code.google.com/p/dpkt/; 14 + homepage = "https://github.com/kbandla/dpkt"; 15 15 license = licenses.bsd3; 16 16 maintainers = with maintainers; [ bjornfor ]; 17 17 platforms = platforms.all;
+1 -1
pkgs/development/python-modules/emcee/default.nix
··· 14 14 15 15 meta = with stdenv.lib; { 16 16 description = "Kick ass affine-invariant ensemble MCMC sampling"; 17 - homepage = http://dan.iel.fm/emcee; 17 + homepage = "https://emcee.readthedocs.io/"; 18 18 license = licenses.mit; 19 19 }; 20 20 }
+3 -3
pkgs/development/python-modules/extras/default.nix
··· 16 16 doCheck = false; 17 17 18 18 meta = { 19 - description = "A module provides basic functions for parsing mime-type names and matching them against a list of media-ranges"; 20 - homepage = https://code.google.com/p/mimeparse/; 19 + description = "Useful extra bits for Python - things that should be in the standard library"; 20 + homepage = "https://github.com/testing-cabal/extras"; 21 21 license = lib.licenses.mit; 22 22 }; 23 - } 23 + }
+1 -1
pkgs/development/python-modules/feedparser/default.nix
··· 16 16 doCheck = false; 17 17 18 18 meta = with stdenv.lib; { 19 - homepage = http://code.google.com/p/feedparser/; 19 + homepage = "https://github.com/kurtmckee/feedparser"; 20 20 description = "Universal feed parser"; 21 21 license = licenses.bsd2; 22 22 maintainers = with maintainers; [ domenkozar ];
+1 -1
pkgs/development/python-modules/fiona/default.nix
··· 47 47 48 48 meta = with lib; { 49 49 description = "OGR's neat, nimble, no-nonsense API for Python"; 50 - homepage = http://toblerity.org/fiona/; 50 + homepage = "https://fiona.readthedocs.io/"; 51 51 license = licenses.bsd3; 52 52 maintainers = with maintainers; [ knedlsepp ]; 53 53 };
+1 -1
pkgs/development/python-modules/flask-elastic/default.nix
··· 17 17 description = "Integrates official client for Elasticsearch into Flask"; 18 18 license = licenses.bsd3; 19 19 maintainers = [ maintainers.mic92 ]; 20 - homepage = https://github.com/cepture/foppch/flask-elastic; 20 + homepage = "https://github.com/marceltschoppch/flask-elastic"; 21 21 }; 22 22 }
+1 -1
pkgs/development/python-modules/flup/default.nix
··· 15 15 }; 16 16 17 17 meta = with stdenv.lib; { 18 - homepage = "http://trac.saddi.com/flup"; 18 + homepage = "https://www.saddi.com/software/flup/"; 19 19 description = "FastCGI Python module set"; 20 20 license = licenses.bsd0; 21 21 };
+1 -1
pkgs/development/python-modules/funcparserlib/default.nix
··· 23 23 24 24 meta = with stdenv.lib; { 25 25 description = "Recursive descent parsing library based on functional combinators"; 26 - homepage = https://code.google.com/p/funcparserlib/; 26 + homepage = "https://github.com/vlasovskikh/funcparserlib"; 27 27 license = licenses.mit; 28 28 platforms = platforms.unix; 29 29 };
+1 -1
pkgs/development/python-modules/gateone/default.nix
··· 25 25 ''; 26 26 27 27 meta = with stdenv.lib; { 28 - homepage = https://liftoffsoftware.com/; 28 + homepage = "http://liftoffsoftware.com/"; 29 29 description = "GateOne is a web-based terminal emulator and SSH client"; 30 30 maintainers = with maintainers; [ tomberek ]; 31 31 license = licenses.gpl3;
+2 -2
pkgs/development/python-modules/gdata/default.nix
··· 8 8 version = "2.0.18"; 9 9 10 10 src = fetchurl { 11 - url = "https://gdata-python-client.googlecode.com/files/${pname}-${version}.tar.gz"; 11 + url = "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/gdata-python-client/${pname}-${version}.tar.gz"; 12 12 sha256 = "1dpxl5hwyyqd71avpm5vkvw8fhlvf9liizmhrq9jphhrx0nx5rsn"; 13 13 }; 14 14 ··· 16 16 doCheck = false; 17 17 18 18 meta = with stdenv.lib; { 19 - homepage = https://code.google.com/p/gdata-python-client/; 19 + homepage = "https://github.com/google/gdata-python-client"; 20 20 description = "Python client library for Google data APIs"; 21 21 license = licenses.asl20; 22 22 };
+1 -1
pkgs/development/python-modules/geopandas/default.nix
··· 29 29 30 30 meta = with stdenv.lib; { 31 31 description = "Python geospatial data analysis framework"; 32 - homepage = https://geopandas.org; 32 + homepage = "http://geopandas.org"; 33 33 license = licenses.bsd3; 34 34 maintainers = with maintainers; [ knedlsepp ]; 35 35 };
+1 -1
pkgs/development/python-modules/google_apputils/default.nix
··· 32 32 33 33 meta = with stdenv.lib; { 34 34 description = "Google Application Utilities for Python"; 35 - homepage = http://code.google.com/p/google-apputils-python; 35 + homepage = "https://github.com/google/google-apputils"; 36 36 license = licenses.asl20; 37 37 }; 38 38
+1 -1
pkgs/development/python-modules/google_cloud_speech/default.nix
··· 19 19 20 20 meta = with stdenv.lib; { 21 21 description = "Cloud Speech API enables integration of Google speech recognition into applications."; 22 - homepage = "https://googlecloudplatform.github.io/google-cloud-python/latest/speech/"; 22 + homepage = "https://github.com/googleapis/google-cloud-python/tree/master/speech"; 23 23 license = licenses.asl20; 24 24 maintainers = with maintainers; [ vanschelven ]; 25 25 };
+1 -1
pkgs/development/python-modules/httplib2/default.nix
··· 13 13 doCheck = false; 14 14 15 15 meta = with lib; { 16 - homepage = http://code.google.com/p/httplib2; 16 + homepage = "https://github.com/httplib2/httplib2"; 17 17 description = "A comprehensive HTTP client library"; 18 18 license = licenses.mit; 19 19 maintainers = with maintainers; [ ];
+1 -1
pkgs/development/python-modules/iniparse/default.nix
··· 22 22 23 23 meta = with stdenv.lib; { 24 24 description = "Accessing and Modifying INI files"; 25 - homepage = http://code.google.com/p/iniparse/; 25 + homepage = "https://github.com/candlepin/python-iniparse"; 26 26 license = licenses.mit; 27 27 maintainers = with maintainers; [ danbst ]; 28 28 };
+1 -1
pkgs/development/python-modules/ipaddr/default.nix
··· 16 16 17 17 meta = with stdenv.lib; { 18 18 description = "Google's IP address manipulation library"; 19 - homepage = http://code.google.com/p/ipaddr-py/; 19 + homepage = "https://github.com/google/ipaddr-py"; 20 20 license = licenses.asl20; 21 21 }; 22 22
+1 -1
pkgs/development/python-modules/jenkins-job-builder/default.nix
··· 28 28 29 29 meta = with lib; { 30 30 description = "Jenkins Job Builder is a system for configuring Jenkins jobs using simple YAML files stored in Git"; 31 - homepage = "https://docs.openstack.org/infra/system-config/jjb.html"; 31 + homepage = "https://docs.openstack.org/infra/jenkins-job-builder/"; 32 32 license = licenses.asl20; 33 33 maintainers = with maintainers; [ ]; 34 34 };
+1 -1
pkgs/development/python-modules/joblib/default.nix
··· 30 30 31 31 meta = { 32 32 description = "Lightweight pipelining: using Python functions as pipeline jobs"; 33 - homepage = https://pythonhosted.org/joblib/; 33 + homepage = "https://joblib.readthedocs.io/"; 34 34 license = lib.licenses.bsd3; 35 35 maintainers = with lib.maintainers; [ costrouc ]; 36 36 };
+1 -1
pkgs/development/python-modules/limnoria/default.nix
··· 22 22 23 23 meta = with stdenv.lib; { 24 24 description = "A modified version of Supybot, an IRC bot"; 25 - homepage = http://supybot.fr.cr; 25 + homepage = "https://github.com/ProgVal/Limnoria"; 26 26 license = licenses.bsd3; 27 27 maintainers = with maintainers; [ goibhniu ]; 28 28 };
+1 -1
pkgs/development/python-modules/logutils/default.nix
··· 14 14 15 15 meta = with stdenv.lib; { 16 16 description = "Logging utilities"; 17 - homepage = http://code.google.com/p/logutils/; 17 + homepage = "https://bitbucket.org/vinay.sajip/logutils/"; 18 18 license = licenses.bsd0; 19 19 }; 20 20
+1 -1
pkgs/development/python-modules/mox/default.nix
··· 16 16 doCheck = false; 17 17 18 18 meta = with stdenv.lib; { 19 - homepage = http://code.google.com/p/pymox/; 19 + homepage = "https://pymox.readthedocs.io/"; 20 20 description = "A mock object framework for Python"; 21 21 license = licenses.asl20; 22 22 };
+1 -1
pkgs/development/python-modules/mpi4py/default.nix
··· 46 46 meta = { 47 47 description = 48 48 "Python bindings for the Message Passing Interface standard"; 49 - homepage = http://code.google.com/p/mpi4py/; 49 + homepage = "https://bitbucket.org/mpi4py/mpi4py/"; 50 50 license = stdenv.lib.licenses.bsd3; 51 51 }; 52 52 }
+1 -1
pkgs/development/python-modules/mpmath/default.nix
··· 16 16 doCheck = false; 17 17 18 18 meta = with stdenv.lib; { 19 - homepage = http://mpmath.googlecode.com; 19 + homepage = "http://mpmath.org/"; 20 20 description = "A pure-Python library for multiprecision floating arithmetic"; 21 21 license = licenses.bsd3; 22 22 maintainers = with maintainers; [ lovek323 ];
+1 -1
pkgs/development/python-modules/mps-youtube/default.nix
··· 28 28 29 29 meta = with lib; { 30 30 description = "Terminal based YouTube player and downloader"; 31 - homepage = https://github.com/np1/mps-youtube; 31 + homepage = "https://github.com/mps-youtube/mps-youtube"; 32 32 license = licenses.gpl3; 33 33 maintainers = with maintainers; [ odi ]; 34 34 };
+1 -1
pkgs/development/python-modules/musicbrainzngs/default.nix
··· 23 23 ''; 24 24 25 25 meta = with stdenv.lib; { 26 - homepage = http://alastair/python-musicbrainz-ngs; 26 + homepage = "https://python-musicbrainzngs.readthedocs.org/"; 27 27 description = "Python bindings for musicbrainz NGS webservice"; 28 28 license = licenses.bsd2; 29 29 maintainers = with maintainers; [ domenkozar ];
+5 -6
pkgs/development/python-modules/namebench/default.nix
··· 12 12 disabled = isPy3k || isPyPy; 13 13 14 14 src = fetchurl { 15 - url = "http://namebench.googlecode.com/files/${pname}-${version}-source.tgz"; 15 + url = "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/{pname}/${pname}-${version}-source.tgz"; 16 16 sha256 = "09clbcd6wxgk4r6qw7hb78h818mvca7lijigy1mlq5y1f3lgkk1h"; 17 17 }; 18 18 ··· 28 28 ''; 29 29 30 30 meta = with stdenv.lib; { 31 - homepage = http://namebench.googlecode.com/; 31 + homepage = "https://github.com/google/namebench"; # Formerly https://code.google.com/archive/p/namebench/ 32 32 description = "Find fastest DNS servers available"; 33 33 license = with licenses; [ 34 34 asl20 35 35 # third-party program licenses (embedded in the sources) 36 - "LGPL" # Crystal_Clear 37 - free # dns 38 - asl20 # graphy 39 - "BSD" # jinja2 36 + lgpl21 # Crystal_Clear 37 + isc # dns 38 + bsd3 # jinja2 40 39 ]; 41 40 longDescription = '' 42 41 It hunts down the fastest DNS servers available for your computer to
+1 -1
pkgs/development/python-modules/ncclient/default.nix
··· 31 31 doCheck = false; 32 32 33 33 meta = with stdenv.lib; { 34 - homepage = http://ncclient.org/; 34 + homepage = "https://github.com/ncclient/ncclient"; 35 35 description = "Python library for NETCONF clients"; 36 36 license = licenses.asl20; 37 37 maintainers = with maintainers; [ xnaveira ];
+1 -1
pkgs/development/python-modules/opt-einsum/2.nix
··· 23 23 24 24 meta = { 25 25 description = "Optimizing NumPy's einsum function with order optimization and GPU support."; 26 - homepage = http://optimized-einsum.readthedocs.io; 26 + homepage = "https://optimized-einsum.readthedocs.io"; 27 27 license = lib.licenses.mit; 28 28 maintainers = with lib.maintainers; [ teh ]; 29 29 };
+1 -1
pkgs/development/python-modules/pandas/2.nix
··· 113 113 # https://github.com/pandas-dev/pandas/issues/14866 114 114 # pandas devs are no longer testing i686 so safer to assume it's broken 115 115 broken = stdenv.isi686; 116 - homepage = http://pandas.pydata.org/; 116 + homepage = "https://pandas.pydata.org/"; 117 117 description = "Python Data Analysis Library"; 118 118 license = stdenv.lib.licenses.bsd3; 119 119 maintainers = with stdenv.lib.maintainers; [ raskin knedlsepp ];
+1 -1
pkgs/development/python-modules/python_mimeparse/default.nix
··· 17 17 18 18 meta = with stdenv.lib; { 19 19 description = "A module provides basic functions for parsing mime-type names and matching them against a list of media-ranges"; 20 - homepage = https://code.google.com/p/mimeparse/; 20 + homepage = "https://github.com/dbtsai/python-mimeparse"; 21 21 license = licenses.mit; 22 22 }; 23 23
+1 -1
pkgs/development/python-modules/pythonirclib/default.nix
··· 27 27 28 28 meta = with stdenv.lib; { 29 29 description = "Python IRC library"; 30 - homepage = https://bitbucket.org/jaraco/irc; 30 + homepage = "https://github.com/jaraco/irc"; 31 31 license = with licenses; [ lgpl21 ]; 32 32 }; 33 33
+1 -1
pkgs/development/tools/misc/pwndbg/default.nix
··· 44 44 45 45 meta = with stdenv.lib; { 46 46 description = "Exploit Development and Reverse Engineering with GDB Made Easy"; 47 - homepage = http://pwndbg.com; 47 + homepage = "https://github.com/pwndbg/pwndbg"; 48 48 license = licenses.mit; 49 49 platforms = platforms.linux; 50 50 maintainers = with maintainers; [ mic92 ];
+1 -1
pkgs/development/web/wml/default.nix
··· 56 56 installTargets = "install"; 57 57 58 58 meta = with stdenv.lib; { 59 - homepage = http://thewml.org/; 59 + homepage = "https://www.shlomifish.org/open-source/projects/website-meta-language/"; 60 60 description = "Off-line HTML generation toolkit for Unix"; 61 61 license = licenses.gpl2; 62 62 platforms = platforms.linux;
+1 -1
pkgs/games/flare/default.nix
··· 16 16 17 17 meta = with lib; { 18 18 description = "Fantasy action RPG using the FLARE engine"; 19 - homepage = "http://flarerpg.org/"; 19 + homepage = "https://flarerpg.org/"; 20 20 maintainers = [ maintainers.aanderse ]; 21 21 license = [ licenses.gpl3 licenses.cc-by-sa-30 ]; 22 22 platforms = platforms.unix;
+1 -1
pkgs/tools/compression/lbzip2/default.nix
··· 9 9 }; 10 10 11 11 meta = with stdenv.lib; { 12 - homepage = http://lbzip2.org/; 12 + homepage = "https://github.com/kjn/lbzip2"; # Formerly http://lbzip2.org/ 13 13 description = "Parallel bzip2 compression utility"; 14 14 license = licenses.gpl3; 15 15 maintainers = with maintainers; [ abbradar ];
+1 -1
pkgs/tools/misc/ponysay/default.nix
··· 26 26 27 27 meta = { 28 28 description = "Cowsay reimplemention for ponies"; 29 - homepage = http://erkin.co/ponysay/; 29 + homepage = "https://github.com/erkin/ponysay"; 30 30 license = stdenv.lib.licenses.gpl3; 31 31 maintainers = with stdenv.lib.maintainers; [ bodil ]; 32 32 platforms = with stdenv.lib.platforms; unix;
+1
pkgs/tools/misc/rename/default.nix
··· 12 12 }; 13 13 meta = with stdenv.lib; { 14 14 description = "Rename files according to a Perl rewrite expression"; 15 + homepage = "https://github.com/pstray/rename"; 15 16 maintainers = with maintainers; [ mkg ]; 16 17 license = with licenses; [ gpl1Plus ]; 17 18 };
+1 -1
pkgs/tools/networking/p2p/amule/default.nix
··· 87 87 applications. 88 88 ''; 89 89 90 - homepage = "https://amule.org/"; 90 + homepage = "https://github.com/amule-project/amule"; 91 91 license = licenses.gpl2Plus; 92 92 maintainers = with maintainers; [ phreedom ]; 93 93 platforms = platforms.unix;
+15 -15
pkgs/top-level/perl-packages.nix
··· 360 360 doCheck = !stdenv.isLinux; 361 361 362 362 meta = { 363 - homepage = http://search.cpan.org/dist/Apache-AuthCookie/; 363 + homepage = "https://github.com/mschout/apache-authcookie"; 364 364 description = "Perl Authentication and Authorization via cookies"; 365 365 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 366 366 }; ··· 2478 2478 }; 2479 2479 buildInputs = [ TestFatal TestNeeds ]; 2480 2480 meta = { 2481 - homepage = https://github.com/sartak/Class-Method-Modifiers/tree; 2481 + homepage = "https://github.com/moose/Class-Method-Modifiers"; 2482 2482 description = "Provides Moose-like method modifiers"; 2483 2483 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 2484 2484 }; ··· 6377 6377 buildInputs = [ FennecLite TestException ]; 6378 6378 propagatedBuildInputs = [ MetaBuilder aliased ]; 6379 6379 meta = { 6380 - homepage = http://open-exodus.net/projects/Exporter-Declare; 6380 + homepage = "https://metacpan.org/release/Exporter-Declare"; 6381 6381 description = "Exporting done right"; 6382 6382 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 6383 6383 }; ··· 6418 6418 meta = { 6419 6419 description = "Compile and link C code for Perl modules"; 6420 6420 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 6421 - homepage = "http://search.cpan.org/dist/ExtUtils-CBuilder"; 6421 + homepage = "https://metacpan.org/release/ExtUtils-CBuilder"; 6422 6422 }; 6423 6423 }; 6424 6424 ··· 6722 6722 sha256 = "dce28e3932762c2ff92aa52d90405c06e898e81cb7b164ccae8966ae77f1dcab"; 6723 6723 }; 6724 6724 meta = { 6725 - homepage = http://open-exodus.net/projects/Fennec-Lite; 6725 + homepage = "https://metacpan.org/release/Fennec-Lite"; 6726 6726 description = "Minimalist Fennec, the commonly used bits"; 6727 6727 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 6728 6728 }; ··· 7140 7140 }; 7141 7141 propagatedBuildInputs = [ FileShareDir ]; 7142 7142 meta = { 7143 - homepage = https://github.com/ingydotnet/file-share-pm/tree; 7143 + homepage = "https://github.com/ingydotnet/file-share-pm"; 7144 7144 description = "Extend File::ShareDir to Local Libraries"; 7145 7145 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 7146 7146 }; ··· 7334 7334 sha256 = "b79dc2244b2d97b6f27167fc3b7799ef61a179040f3abd76ce1e0a3b0bc4e078"; 7335 7335 }; 7336 7336 meta = { 7337 - homepage = http://perl.wdlabs.com/File-Which; 7337 + homepage = "https://metacpan.org/release/File-Which"; 7338 7338 description = "Perl implementation of the which utility as an API"; 7339 7339 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 7340 7340 }; ··· 8996 8996 sha256 = "0nsd9knlbd7if2v6zwj4q978axq0w5hk8ymp61z14a821hjivqjl"; 8997 8997 }; 8998 8998 meta = { 8999 - homepage = https://github.com/ingydotnet/io-all-pm/tree; 8999 + homepage = "https://github.com/ingydotnet/io-all-pm"; 9000 9000 description = "IO::All of it to Graham and Damian!"; 9001 9001 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 9002 9002 }; ··· 12487 12487 buildInputs = [ ModuleBuildTiny TestFatal ]; 12488 12488 propagatedBuildInputs = [ Moose aliased namespaceautoclean ]; 12489 12489 meta = { 12490 - homepage = https://github.com/karenetheridge/moosex-lazyrequire; 12490 + homepage = "https://github.com/moose/MooseX-LazyRequire"; 12491 12491 description = "Required attributes which fail only when trying to use them"; 12492 12492 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 12493 12493 }; ··· 12588 12588 buildInputs = [ CPANMetaCheck ModuleBuildTiny TestFatal TestNeeds ]; 12589 12589 propagatedBuildInputs = [ Moose namespaceautoclean ]; 12590 12590 meta = { 12591 - homepage = https://github.com/sartak/MooseX-Role-Parameterized/tree; 12591 + homepage = "https://github.com/moose/MooseX-Role-Parameterized"; 12592 12592 description = "Roles with composition parameters"; 12593 12593 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 12594 12594 }; ··· 18850 18850 sha256 = "bb8a3b8ff515c85101baf553a769337f944a05cde81f111ae78aff416bf4ae2b"; 18851 18851 }; 18852 18852 meta = { 18853 - homepage = https://www.shlomifish.org/open-source/projects/Text-Format/; 18853 + homepage = "https://metacpan.org/release/Text-Format"; 18854 18854 description = "Format text"; 18855 18855 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 18856 18856 maintainers = with maintainers; [ bcdarwin ]; ··· 19229 19229 sha256 = "ef371b1769cd8d36d2d657e8321723d94c8f8d89e7fd7437c6648c5dc6711b7a"; 19230 19230 }; 19231 19231 meta = { 19232 - homepage = https://github.com/2shortplanks/Test-utf8/tree; 19232 + homepage = "https://github.com/2shortplanks/Test-utf8"; 19233 19233 description = "Handy utf8 tests"; 19234 19234 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 19235 19235 }; ··· 19984 19984 }; 19985 19985 propagatedBuildInputs = [ URI ]; 19986 19986 meta = { 19987 - homepage = http://perl.wdlabs.com/URI-ws/; 19987 + homepage = "https://metacpan.org/release/URI-ws"; 19988 19988 description = "WebSocket support for URI package"; 19989 19989 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 19990 19990 }; ··· 20131 20131 propagatedBuildInputs = [ HTMLForm HTMLTree LWP ]; 20132 20132 doCheck = false; 20133 20133 meta = { 20134 - homepage = https://github.com/bestpractical/www-mechanize; 20134 + homepage = "https://github.com/libwww-perl/WWW-Mechanize"; 20135 20135 description = "Handy web browsing in a Perl object"; 20136 20136 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 20137 20137 }; ··· 20701 20701 buildInputs = [ TestBase TestDeep TestYAML ]; 20702 20702 20703 20703 meta = { 20704 - homepage = https://github.com/ingydotnet/yaml-pm/tree; 20704 + homepage = "https://github.com/ingydotnet/yaml-pm"; 20705 20705 description = "YAML Ain't Markup Language (tm)"; 20706 20706 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 20707 20707 };