From e9b758a63ee2488c783ffcb49f01437874b4e6cc Mon Sep 17 00:00:00 2001 From: Evan Stoll Date: Tue, 1 Dec 2020 20:03:10 -0500 Subject: [PATCH] Update pkgs/applications/graphics/imgbrd-grabber/default.nix Co-authored-by: Sandro --- pkgs/applications/graphics/imgbrd-grabber/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/graphics/imgbrd-grabber/default.nix b/pkgs/applications/graphics/imgbrd-grabber/default.nix index abf934cebe8..22a35b3a4cc 100644 --- a/pkgs/applications/graphics/imgbrd-grabber/default.nix +++ b/pkgs/applications/graphics/imgbrd-grabber/default.nix @@ -86,7 +86,7 @@ stdenv.mkDerivation rec { sourceRoot = "source/src"; meta = with stdenv.lib; { - description = "Very customizable imageboard/booru downloader with powerful filenaming features."; + description = "Very customizable imageboard/booru downloader with powerful filenaming features"; license = licenses.asl20; homepage = "https://bionus.github.io/imgbrd-grabber/"; maintainers = [ maintainers.evanjs ];