summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/feedreaders/goeland/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/feedreaders/goeland/default.nix')
-rw-r--r--pkgs/applications/networking/feedreaders/goeland/default.nix9
1 files changed, 5 insertions, 4 deletions
diff --git a/pkgs/applications/networking/feedreaders/goeland/default.nix b/pkgs/applications/networking/feedreaders/goeland/default.nix
index 946e145a5707..270cb7cdb622 100644
--- a/pkgs/applications/networking/feedreaders/goeland/default.nix
+++ b/pkgs/applications/networking/feedreaders/goeland/default.nix
@@ -23,14 +23,15 @@ buildGoModule rec {
];
meta = with lib; {
- description = "An alternative to RSS2Email written in golang with many filters.";
+ description = "An alternative to rss2email written in golang with many filters";
longDescription = ''
- Goeland excels at creating beautiful emails from RSS,
- tailored for daily or weekly digest. It include a number of
+ Goeland excels at creating beautiful emails from RSS feeds,
+ tailored for daily or weekly digest. It includes a number of
filters that can transform the RSS content along the way.
- It can also consume other sources, such as a Imgur tag.
+ It can also consume other sources, such as Imgur tags.
'';
homepage = "https://github.com/slurdge/goeland";
+ changelog = "https://github.com/slurdge/goeland/blob/v${version}/CHANGELOG.md";
license = with licenses; [ mit ];
maintainers = [ maintainers.sweenu ];
};