summary refs log tree commit diff
path: root/pkgs/applications/science/math/nauty/default.nix
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-08-01 00:01:50 +0700
committerBen Siraphob <bensiraphob@gmail.com>2021-08-01 00:01:50 +0700
commit2f94991628ea21ff82227c79aac8a57582c9576d (patch)
tree3d2f13149770c2fc5b8dc4a9baeed4b2c4082189 /pkgs/applications/science/math/nauty/default.nix
parente422c1666867969a90e37d2b4d3bd2012365ad79 (diff)
downloadnixpkgs-2f94991628ea21ff82227c79aac8a57582c9576d.tar
nixpkgs-2f94991628ea21ff82227c79aac8a57582c9576d.tar.gz
nixpkgs-2f94991628ea21ff82227c79aac8a57582c9576d.tar.bz2
nixpkgs-2f94991628ea21ff82227c79aac8a57582c9576d.tar.lz
nixpkgs-2f94991628ea21ff82227c79aac8a57582c9576d.tar.xz
nixpkgs-2f94991628ea21ff82227c79aac8a57582c9576d.tar.zst
nixpkgs-2f94991628ea21ff82227c79aac8a57582c9576d.zip
treewide: fix redirected URLs
Using the script in maintainers/scripts/update-redirected-urls.sh
Diffstat (limited to 'pkgs/applications/science/math/nauty/default.nix')
-rw-r--r--pkgs/applications/science/math/nauty/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/science/math/nauty/default.nix b/pkgs/applications/science/math/nauty/default.nix
index a941a633450..c435c63ab2e 100644
--- a/pkgs/applications/science/math/nauty/default.nix
+++ b/pkgs/applications/science/math/nauty/default.nix
@@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
   pname = "nauty";
   version = "27r1";
   src = fetchurl {
-    url = "http://pallini.di.uniroma1.it/nauty${version}.tar.gz";
+    url = "https://pallini.di.uniroma1.it/nauty${version}.tar.gz";
     sha256 = "0xsfqfcknbd6g6wzpa5l7crmmk3bf3zjh37rhylq6b20dqcmvjkn";
   };
   outputs = [ "out" "dev" ];
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
     # I'm not sure if the filename will remain the same for future changelog or
     # if it will track changes to minor releases. Lets see. Better than nothing
     # in any case.
-    changelog = "http://pallini.di.uniroma1.it/changes24-27.txt";
-    homepage = "http://pallini.di.uniroma1.it/";
+    changelog = "https://pallini.di.uniroma1.it/changes24-27.txt";
+    homepage = "https://pallini.di.uniroma1.it/";
   };
 }