galer: refactor
This commit is contained in:
parent
584280d3fb
commit
df946a8507
@ -9,8 +9,8 @@ buildGoModule rec {
|
|||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "dwisiswant0";
|
owner = "dwisiswant0";
|
||||||
repo = pname;
|
repo = "galer";
|
||||||
rev = "v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-/VvN6LjK+V8E9XYarRUI/TPGitMM0a3g1lfdYhV1yP8=";
|
hash = "sha256-/VvN6LjK+V8E9XYarRUI/TPGitMM0a3g1lfdYhV1yP8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -18,9 +18,9 @@ buildGoModule rec {
|
|||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Tool to fetch URLs from HTML attributes";
|
description = "Tool to fetch URLs from HTML attributes";
|
||||||
mainProgram = "galer";
|
|
||||||
homepage = "https://github.com/dwisiswant0/galer";
|
homepage = "https://github.com/dwisiswant0/galer";
|
||||||
license = with licenses; [ mit ];
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
|
mainProgram = "galer";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user