Skip to content

Commit

Permalink
imgbrd-grabber: use pname instead of name; add meta
Browse files Browse the repository at this point in the history
  • Loading branch information
evanjs committed Dec 1, 2020
1 parent 330b44d commit 4f68a77
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pkgs/applications/graphics/imgbrd-grabber/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
, typescript
}:
stdenv.mkDerivation rec {
name = "imgbrd-grabber";
pname = "imgbrd-grabber";

version = "7.3.2";
src = fetchFromGitHub {
Expand Down Expand Up @@ -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 ];
};
}

0 comments on commit 4f68a77

Please sign in to comment.