galer: add changelog to meta

This commit is contained in:
Fabian Affolter
2024-11-21 09:42:22 +01:00
committed by GitHub
parent ab58dc04c3
commit f512ddbb3a
+1
View File
@@ -19,6 +19,7 @@ buildGoModule rec {
meta = with lib; {
description = "Tool to fetch URLs from HTML attributes";
homepage = "https://github.com/dwisiswant0/galer";
changelog = "https://github.com/dwisiswant0/galer/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
mainProgram = "galer";