Skip to content

Commit df946a8

Browse files
authored
galer: refactor
1 parent 584280d commit df946a8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/tools/security/galer/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ buildGoModule rec {
99

1010
src = fetchFromGitHub {
1111
owner = "dwisiswant0";
12-
repo = pname;
13-
rev = "v${version}";
12+
repo = "galer";
13+
rev = "refs/tags/v${version}";
1414
hash = "sha256-/VvN6LjK+V8E9XYarRUI/TPGitMM0a3g1lfdYhV1yP8=";
1515
};
1616

1717
vendorHash = "sha256-WDOwUjU6AP/8QvqiKTEY6wsMBZQFWn/LGWr8nfqDF+8=";
1818

1919
meta = with lib; {
2020
description = "Tool to fetch URLs from HTML attributes";
21-
mainProgram = "galer";
2221
homepage = "https://github.com/dwisiswant0/galer";
23-
license = with licenses; [ mit ];
22+
license = licenses.mit;
2423
maintainers = with maintainers; [ fab ];
24+
mainProgram = "galer";
2525
};
2626
}

0 commit comments

Comments
 (0)