summary refs log tree commit diff
path: root/pkgs/applications/office
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
parent4bb0051feac526096a390d3ae5679043b0a37441 (diff)
downloadnixpkgs-e5139adbdfc0a7053130521c30b84002955fe59b.tar
nixpkgs-e5139adbdfc0a7053130521c30b84002955fe59b.tar.gz
nixpkgs-e5139adbdfc0a7053130521c30b84002955fe59b.tar.bz2
nixpkgs-e5139adbdfc0a7053130521c30b84002955fe59b.tar.lz
nixpkgs-e5139adbdfc0a7053130521c30b84002955fe59b.tar.xz
nixpkgs-e5139adbdfc0a7053130521c30b84002955fe59b.tar.zst
nixpkgs-e5139adbdfc0a7053130521c30b84002955fe59b.zip
todoman: enable on darwin
Diffstat (limited to 'pkgs/applications/office')
-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 0ec0f8e2fb0..f1740b326dc 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;
   };
 }