galer: refactor

This commit is contained in:
Fabian Affolter 2024-10-06 22:55:46 +02:00 committed by GitHub
parent 584280d3fb
commit df946a8507
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,8 +9,8 @@ buildGoModule rec {
src = fetchFromGitHub {
owner = "dwisiswant0";
repo = pname;
rev = "v${version}";
repo = "galer";
rev = "refs/tags/v${version}";
hash = "sha256-/VvN6LjK+V8E9XYarRUI/TPGitMM0a3g1lfdYhV1yP8=";
};
@ -18,9 +18,9 @@ buildGoModule rec {
meta = with lib; {
description = "Tool to fetch URLs from HTML attributes";
mainProgram = "galer";
homepage = "https://github.com/dwisiswant0/galer";
license = with licenses; [ mit ];
license = licenses.mit;
maintainers = with maintainers; [ fab ];
mainProgram = "galer";
};
}