about summary refs log tree commit diff
path: root/pkgs/applications/office/todoman
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-11-15 14:45:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2021-11-15 14:45:00 +0000
commite5139adbdfc0a7053130521c30b84002955fe59b (patch)
tree46e09d2c0fb316f0125ceab75c606d754570b10b /pkgs/applications/office/todoman
parent4bb0051feac526096a390d3ae5679043b0a37441 (diff)
downloadnixlib-e5139adbdfc0a7053130521c30b84002955fe59b.tar
nixlib-e5139adbdfc0a7053130521c30b84002955fe59b.tar.gz
nixlib-e5139adbdfc0a7053130521c30b84002955fe59b.tar.bz2
nixlib-e5139adbdfc0a7053130521c30b84002955fe59b.tar.lz
nixlib-e5139adbdfc0a7053130521c30b84002955fe59b.tar.xz
nixlib-e5139adbdfc0a7053130521c30b84002955fe59b.tar.zst
nixlib-e5139adbdfc0a7053130521c30b84002955fe59b.zip
todoman: enable on darwin
Diffstat (limited to 'pkgs/applications/office/todoman')
-rw-r--r--pkgs/applications/office/todoman/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/office/todoman/default.nix b/pkgs/applications/office/todoman/default.nix
index 0ec0f8e2fb02..f1740b326dcf 100644
--- a/pkgs/applications/office/todoman/default.nix
+++ b/pkgs/applications/office/todoman/default.nix
@@ -90,8 +90,8 @@ buildPythonApplication rec {
 
       Todoman is part of the pimutils project
     '';
+    changelog = "https://github.com/pimutils/todoman/raw/v${version}/CHANGELOG.rst";
     license = licenses.isc;
     maintainers = with maintainers; [ leenaars ];
-    platforms = platforms.linux;
   };
 }