diff options
author | Victor Kareh <[email protected]> | 2025-06-18 14:12:58 -0400 |
---|---|---|
committer | Luke from DC <[email protected]> | 2025-07-16 17:27:48 +0000 |
commit | d65a0b591a11abc110bc8c0a4562082fe0d82b8c (patch) | |
tree | 3e90e12208959c47725927fefbddf23bc335b448 /man/Makefile.am | |
parent | e8e8d00cff2ade8e034681b2a3c8f5dd83fbb331 (diff) | |
download | mate-applets-d65a0b591a11abc110bc8c0a4562082fe0d82b8c.tar.bz2 mate-applets-d65a0b591a11abc110bc8c0a4562082fe0d82b8c.tar.xz |
invest: Bring back the invest applet
The original invest applet was dropped in
https://github.com/mate-desktop/mate-applets/commit/41f7b7a2a38ca9f3929fcbd88d228b3815034876
due to a broken API. This brings it back using the modern JSON version
of the Yahoo Finance API, a rewrite from Python to C, and a simplified
interface (i.e. instead of the full portfolio management app,
I simplified it into a stock ticker price tracker).
Diffstat (limited to 'man/Makefile.am')
-rw-r--r-- | man/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/man/Makefile.am b/man/Makefile.am index d354bac0..94ca73b6 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -3,6 +3,7 @@ man_MANS = \ mate-cpufreq-selector.1 \ mate-drivemount-applet.1 \ mate-geyes-applet.1 \ + mate-invest-applet.1 \ mateweather.1 \ mate-multiload-applet.1 |