about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTimo Kaufmann <timokau@zoho.com>2020-05-16 15:05:45 +0200
committerTimo Kaufmann <timokau@zoho.com>2020-05-16 15:05:45 +0200
commit51de3203532bd5c9d34a2575397f6c6101190182 (patch)
treecf513254115970efb32ada34c0990cebc0084ce1
parent726cbe0d405dd520bd4c81f917e57469d6b5153d (diff)
palp: add meta.changelog
-rw-r--r--pkgs/applications/science/math/palp/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/applications/science/math/palp/default.nix b/pkgs/applications/science/math/palp/default.nix
index 4912b82d158fe..409324d4abbe9 100644
--- a/pkgs/applications/science/math/palp/default.nix
+++ b/pkgs/applications/science/math/palp/default.nix
@@ -78,6 +78,9 @@ stdenv.mkDerivation rec {
       facet enumeration compares well with existing packages.
     '';
     homepage = "http://hep.itp.tuwien.ac.at/~kreuzer/CY/CYpalp.html";
+    # Not really a changelog, but a one-line summary of each update that should
+    # be reviewed on update.
+    changelog = "http://hep.itp.tuwien.ac.at/~kreuzer/CY/CYpalp.html";
     # Just a link on the website pointing to gpl -- now gplv3. When the last
     # version was released that pointed to gplv2 however, so thats probably
     # the right license.