Merge pull request #78265 from Synthetica9/https-homepages
treewide: fix redirected urls
This commit is contained in:
@@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Utility for RAR archives";
|
||||
homepage = http://www.rarlab.com/;
|
||||
homepage = https://www.rarlab.com/;
|
||||
license = licenses.unfreeRedistributable;
|
||||
maintainers = [ maintainers.ehmry ];
|
||||
platforms = platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user