Commit Graph

5 Commits

Author SHA1 Message Date
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Raghav Sood
1184c6ad94
moneydance: restrict supported platforms to linux 2024-05-17 17:44:02 +08:00
Philip Taron
9a2258930a
moneydance: 2023.3_5064 -> 2024.1_5118 2024-05-14 07:44:03 -07:00
Lucas Bergman
d3bca4cb5d moneydance: add 'jvmFlags'
An example use case is that Java/Swing UIs, including Moneydance, are
often difficult to use on very high-resolution screens but can be fixed by
adding something like `-Dsun.java2d.uiScale=2` to JVM flags.
2024-02-06 17:04:58 -06:00
Lucas Bergman
a59c532c0a moneydance: init at 2023.3_5064
Moneydance is a proprietary, full featured financial application that runs
on the JVM.

https://infinitekind.com/moneydance

fixes #277931
2024-02-06 17:04:58 -06:00