Treewide: fix more URL permanent redirects
Related issue: #60004 Previous PR: #73478
This commit is contained in:
parent
e58e0d8ae0
commit
0afae5c14b
12 changed files with 18 additions and 18 deletions
|
@ -14,7 +14,7 @@ in fetchzip {
|
|||
|
||||
meta = with lib; {
|
||||
description = "Unicode CJK font with over 36000 Han characters";
|
||||
homepage = http://www.babelstone.co.uk/Fonts/Han.html;
|
||||
homepage = https://www.babelstone.co.uk/Fonts/Han.html;
|
||||
|
||||
license = licenses.free;
|
||||
platforms = platforms.all;
|
||||
|
|
|
@ -22,7 +22,7 @@ stdenv.mkDerivation {
|
|||
checkTarget = "test";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://www.eff-lang.org;
|
||||
homepage = https://www.eff-lang.org;
|
||||
description = "A functional programming language based on algebraic effects and their handlers";
|
||||
longDescription = ''
|
||||
Eff is a functional language with handlers of not only exceptions,
|
||||
|
|
|
@ -30,7 +30,7 @@ buildPythonPackage rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "croniter provides iteration for datetime object with cron like format";
|
||||
homepage = http://github.com/kiorky/croniter;
|
||||
homepage = https://github.com/kiorky/croniter;
|
||||
license = licenses.mit;
|
||||
maintainers = [ maintainers.costrouc ];
|
||||
};
|
||||
|
|
|
@ -40,7 +40,7 @@ buildPythonPackage rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "Adds i18n/l10n support to Flask applications";
|
||||
homepage = http://github.com/mrjoes/flask-babelex;
|
||||
homepage = https://github.com/mrjoes/flask-babelex;
|
||||
license = licenses.bsd3;
|
||||
maintainers = [ maintainers.costrouc ];
|
||||
};
|
||||
|
|
|
@ -27,7 +27,7 @@ buildPythonPackage rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "OpenID support for Flask";
|
||||
homepage = http://github.com/mitsuhiko/flask-openid/;
|
||||
homepage = https://pythonhosted.org/Flask-OpenID/;
|
||||
license = licenses.bsd3;
|
||||
maintainers = [ maintainers.costrouc ];
|
||||
};
|
||||
|
|
|
@ -44,7 +44,7 @@ buildPythonPackage rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "Python implementation of Mapper algorithm for Topological Data Analysis";
|
||||
homepage = http://kepler-mapper.scikit-tda.org;
|
||||
homepage = https://kepler-mapper.scikit-tda.org/;
|
||||
license = licenses.mit;
|
||||
maintainers = [ maintainers.costrouc ];
|
||||
};
|
||||
|
|
|
@ -25,7 +25,7 @@ buildPythonPackage rec {
|
|||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Computer vision package based on numpy";
|
||||
homepage = http://mahotas.readthedocs.io/;
|
||||
homepage = https://mahotas.readthedocs.io/;
|
||||
maintainers = with maintainers; [ luispedro ];
|
||||
license = licenses.mit;
|
||||
platforms = platforms.unix;
|
||||
|
|
|
@ -16,7 +16,7 @@ buildPythonPackage rec {
|
|||
|
||||
meta = with stdenv.lib; {
|
||||
description = "High performance asynchronous Python WSGI Web Server";
|
||||
homepage = http://meinheld.org/;
|
||||
homepage = https://meinheld.org/;
|
||||
license = licenses.bsd3;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -12,7 +12,7 @@ buildPythonPackage rec {
|
|||
propagatedBuildInputs = [ beautifulsoup4 ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://micawber.readthedocs.io/en/latest/;
|
||||
homepage = https://micawber.readthedocs.io/en/latest/;
|
||||
description = "A small library for extracting rich content from urls";
|
||||
license = licenses.mit;
|
||||
longDescription = ''
|
||||
|
|
|
@ -46,7 +46,7 @@ in buildPythonPackage rec {
|
|||
meta = with stdenv.lib; {
|
||||
description = "Python compiler with full language support and CPython compatibility";
|
||||
license = licenses.asl20;
|
||||
homepage = http://nuitka.net/;
|
||||
homepage = https://nuitka.net/;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
@ -33,7 +33,7 @@ stdenv.mkDerivation {
|
|||
Duff is a Unix command-line utility for quickly finding duplicates in
|
||||
a given set of files.
|
||||
'';
|
||||
homepage = http://duff.dreda.org/;
|
||||
homepage = https://duff.dreda.org/;
|
||||
license = licenses.zlib;
|
||||
platforms = platforms.all;
|
||||
};
|
||||
|
|
|
@ -1519,7 +1519,7 @@ let
|
|||
buildInputs = [ TestFatal ];
|
||||
propagatedBuildInputs = [ CatalystActionRenderView CatalystPluginConfigLoader CatalystPluginStaticSimple ConfigGeneral FileChangeNotify FileCopyRecursive ModuleInstall TemplateToolkit ];
|
||||
meta = {
|
||||
homepage = http://dev.catalyst.perl.org/;
|
||||
homepage = http://wiki.catalystframework.org/wiki/;
|
||||
description = "Catalyst Development Tools";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
|
@ -1577,7 +1577,7 @@ let
|
|||
buildInputs = [ TestFatal TypeTiny ];
|
||||
propagatedBuildInputs = [ CGISimple CGIStruct ClassC3AdoptNEXT DataDump HTTPBody ModulePluggable MooseXEmulateClassAccessorFast MooseXGetopt MooseXMethodAttributes MooseXRoleWithOverloading PathClass PerlIOutf8_strict PlackMiddlewareFixMissingBodyInRedirect PlackMiddlewareMethodOverride PlackMiddlewareRemoveRedundantBody PlackMiddlewareReverseProxy PlackTestExternalServer SafeIsa StringRewritePrefix TaskWeaken TextSimpleTable TreeSimpleVisitorFactory URIws ];
|
||||
meta = {
|
||||
homepage = http://dev.catalyst.perl.org/;
|
||||
homepage = http://wiki.catalystframework.org/wiki/;
|
||||
description = "The Catalyst Framework Runtime";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
|
@ -1971,7 +1971,7 @@ let
|
|||
sha256 = "1c32b30131871e8a7b23f47d8f65d9cdeb87069fa4c221781a03416496f91f16";
|
||||
};
|
||||
meta = {
|
||||
homepage = "http://github.com/toddr/CDB_File";
|
||||
homepage = "https://github.com/toddr/CDB_File";
|
||||
description = "Perl extension for access to cdb databases";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
|
@ -4995,7 +4995,7 @@ let
|
|||
EOF
|
||||
'';
|
||||
meta = {
|
||||
homepage = http://dbi.perl.org/;
|
||||
homepage = https://dbi.perl.org/;
|
||||
description = "Database independent interface for Perl";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
|
@ -5028,7 +5028,7 @@ let
|
|||
buildInputs = [ DBDSQLite TestDeep TestException TestWarn ];
|
||||
propagatedBuildInputs = [ ClassAccessorGrouped ClassC3Componentised ConfigAny ContextPreserve DBI DataDumperConcise DataPage ModuleFind PathClass SQLAbstract ScopeGuard SubName namespaceclean ];
|
||||
meta = {
|
||||
homepage = http://www.dbix-class.org/;
|
||||
homepage = https://metacpan.org/pod/DBIx::Class;
|
||||
description = "Extensible and flexible object <-> relational mapper";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
|
@ -15428,7 +15428,7 @@ let
|
|||
};
|
||||
buildInputs = [ TestLongString TestWWWMechanize TestWWWMechanizeCGI ];
|
||||
meta = {
|
||||
homepage = http://jaldhar.github.com/REST-Utils;
|
||||
homepage = https://jaldhar.github.io/REST-Utils/;
|
||||
description = "Utility functions for REST applications";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
|
@ -19991,7 +19991,7 @@ let
|
|||
outputs = [ "out" ];
|
||||
propagatedBuildInputs = [ CGI CSSDOM ConfigGeneral LWP NetIP TermReadKey ];
|
||||
meta = {
|
||||
homepage = http://validator.w3.org/checklink;
|
||||
homepage = https://validator.w3.org/checklink;
|
||||
description = "A tool to check links and anchors in Web pages or full Web sites";
|
||||
license = stdenv.lib.licenses.w3c;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue