Treewide: fix URL permanent redirects
Permanent redirects on homepages and/or source URLs as reported by Repology
This commit is contained in:
@@ -15,7 +15,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Convert text with ANSI color codes to HTML";
|
||||
homepage = http://github.com/ralphbean/ansi2html;
|
||||
homepage = https://github.com/ralphbean/ansi2html;
|
||||
license = licenses.lgpl3Plus;
|
||||
maintainers = with maintainers; [ davidtwco ];
|
||||
platforms = platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user