Treewide: fix URL permanent redirects
Permanent redirects on homepages and/or source URLs as reported by Repology
This commit is contained in:
@@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
|
||||
name = "innoextract-1.8";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://constexpr.org/innoextract/files/${name}.tar.gz";
|
||||
url = "https://constexpr.org/innoextract/files/${name}.tar.gz";
|
||||
sha256 = "0saj50n8ds85shygy4mq1h6s99510r9wgjjdll4dmvhra4lzcy2y";
|
||||
};
|
||||
|
||||
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A tool to unpack installers created by Inno Setup";
|
||||
homepage = http://constexpr.org/innoextract/;
|
||||
homepage = https://constexpr.org/innoextract/;
|
||||
license = licenses.zlib;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
platforms = platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user