treewide: Change URLs to HTTPS
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them if there's actual content. Inspired by https://github.com/NixOS/nixpkgs/issues/60004
This commit is contained in:
@@ -120,7 +120,7 @@ stdenv.mkDerivation {
|
||||
Node-graph based, open-source compositing software. Similar in
|
||||
functionalities to Adobe After Effects and Nuke by The Foundry.
|
||||
'';
|
||||
homepage = https://natron.inria.fr/;
|
||||
homepage = https://natron.fr/;
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
maintainers = [ maintainers.puffnfresh ];
|
||||
platforms = platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user