summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorTimo Kaufmann <timokau@zoho.com>2020-05-20 14:59:30 +0200
committerTimo Kaufmann <timokau@zoho.com>2020-05-20 14:59:46 +0200
commita276c4485c282a8978e7b6da708b619d45719ca5 (patch)
tree7cdf11b13d8b24586b334446c431a7c73ea74fa0 /pkgs/applications/science
parent698e71db2c47b5d3a206c65288f88ab4320eaf1e (diff)
downloadnixpkgs-a276c4485c282a8978e7b6da708b619d45719ca5.tar
nixpkgs-a276c4485c282a8978e7b6da708b619d45719ca5.tar.gz
nixpkgs-a276c4485c282a8978e7b6da708b619d45719ca5.tar.bz2
nixpkgs-a276c4485c282a8978e7b6da708b619d45719ca5.tar.lz
nixpkgs-a276c4485c282a8978e7b6da708b619d45719ca5.tar.xz
nixpkgs-a276c4485c282a8978e7b6da708b619d45719ca5.tar.zst
nixpkgs-a276c4485c282a8978e7b6da708b619d45719ca5.zip
nauty: add meta.changelog
Diffstat (limited to 'pkgs/applications/science')
-rw-r--r--pkgs/applications/science/math/nauty/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/applications/science/math/nauty/default.nix b/pkgs/applications/science/math/nauty/default.nix
index 64cc4a9aa00..dd40430d6ef 100644
--- a/pkgs/applications/science/math/nauty/default.nix
+++ b/pkgs/applications/science/math/nauty/default.nix
@@ -37,6 +37,10 @@ stdenv.mkDerivation rec {
     license = licenses.asl20;
     maintainers = with maintainers; [ raskin timokau ];
     platforms = platforms.unix;
+    # 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/";
   };
 }