summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/graphics/imgbrd-grabber/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/graphics/imgbrd-grabber/default.nix')
-rw-r--r--pkgs/applications/graphics/imgbrd-grabber/default.nix9
1 files changed, 8 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/imgbrd-grabber/default.nix b/pkgs/applications/graphics/imgbrd-grabber/default.nix
index f07db4c5c4a6..22a35b3a4cc3 100644
--- a/pkgs/applications/graphics/imgbrd-grabber/default.nix
+++ b/pkgs/applications/graphics/imgbrd-grabber/default.nix
@@ -18,7 +18,7 @@
, typescript
}:
stdenv.mkDerivation rec {
- name = "imgbrd-grabber";
+ pname = "imgbrd-grabber";
version = "7.3.2";
src = fetchFromGitHub {
@@ -84,4 +84,11 @@ stdenv.mkDerivation rec {
'';
sourceRoot = "source/src";
+
+ meta = with stdenv.lib; {
+ description = "Very customizable imageboard/booru downloader with powerful filenaming features";
+ license = licenses.asl20;
+ homepage = "https://bionus.github.io/imgbrd-grabber/";
+ maintainers = [ maintainers.evanjs ];
+ };
}