Skip to content

Commit

Permalink
Treewide: fix more URL permanent redirects
Browse files Browse the repository at this point in the history
Related issue: NixOS#60004
Previous PR: NixOS#73478
  • Loading branch information
c0bw3b committed Nov 21, 2019
1 parent 51751e1 commit 1bc6f93
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion pkgs/data/fonts/babelstone-han/default.nix
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/interpreters/eff/default.nix
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/croniter/default.nix
Expand Up @@ -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 ];
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/flask-babelex/default.nix
Expand Up @@ -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 ];
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/flask-openid/default.nix
Expand Up @@ -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 ];
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/kmapper/default.nix
Expand Up @@ -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 ];
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/mahotas/default.nix
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/meinheld/default.nix
Expand Up @@ -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;
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/micawber/default.nix
Expand Up @@ -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 = ''
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/nuitka/default.nix
Expand Up @@ -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/;
};

}
2 changes: 1 addition & 1 deletion pkgs/tools/filesystems/duff/default.nix
Expand Up @@ -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;
};
Expand Down
14 changes: 7 additions & 7 deletions pkgs/top-level/perl-packages.nix
Expand Up @@ -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 ];
};
Expand Down Expand Up @@ -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 ];
};
Expand Down Expand Up @@ -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 ];
};
Expand Down Expand Up @@ -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 ];
};
Expand Down Expand Up @@ -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 ];
};
Expand Down Expand Up @@ -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 ];
};
Expand Down Expand Up @@ -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;
};
Expand Down

0 comments on commit 1bc6f93

Please sign in to comment.