We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 584280d commit df946a8Copy full SHA for df946a8
pkgs/tools/security/galer/default.nix
@@ -9,18 +9,18 @@ buildGoModule rec {
9
10
src = fetchFromGitHub {
11
owner = "dwisiswant0";
12
- repo = pname;
13
- rev = "v${version}";
+ repo = "galer";
+ rev = "refs/tags/v${version}";
14
hash = "sha256-/VvN6LjK+V8E9XYarRUI/TPGitMM0a3g1lfdYhV1yP8=";
15
};
16
17
vendorHash = "sha256-WDOwUjU6AP/8QvqiKTEY6wsMBZQFWn/LGWr8nfqDF+8=";
18
19
meta = with lib; {
20
description = "Tool to fetch URLs from HTML attributes";
21
- mainProgram = "galer";
22
homepage = "https://github.com/dwisiswant0/galer";
23
- license = with licenses; [ mit ];
+ license = licenses.mit;
24
maintainers = with maintainers; [ fab ];
+ mainProgram = "galer";
25
26
}
0 commit comments