miniflux: correct description

This commit is contained in:
worldofpeace 2018-12-19 19:27:14 -05:00
parent 3b17e17b51
commit ee97905791

View file

@ -4,7 +4,7 @@
}:
buildGoPackage rec {
name = "miniflux-${version}";
pname = "miniflux";
version = "2.0.13";
goPackagePath = "miniflux.app";
@ -29,7 +29,7 @@ buildGoPackage rec {
'';
meta = with stdenv.lib; {
description = "Miniflux is a minimalist and opinionated feed reader.";
description = "Minimalist and opinionated feed reader";
homepage = https://miniflux.app/;
license = licenses.asl20;
maintainers = with maintainers; [ benpye ];