miniflux: correct description
This commit is contained in:
parent
3b17e17b51
commit
ee97905791
@ -4,7 +4,7 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "miniflux-${version}";
|
pname = "miniflux";
|
||||||
version = "2.0.13";
|
version = "2.0.13";
|
||||||
|
|
||||||
goPackagePath = "miniflux.app";
|
goPackagePath = "miniflux.app";
|
||||||
@ -29,7 +29,7 @@ buildGoPackage rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Miniflux is a minimalist and opinionated feed reader.";
|
description = "Minimalist and opinionated feed reader";
|
||||||
homepage = https://miniflux.app/;
|
homepage = https://miniflux.app/;
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ benpye ];
|
maintainers = with maintainers; [ benpye ];
|
||||||
|
Loading…
Reference in New Issue
Block a user