urlscan: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-07-05 09:27:36 +02:00
parent a34d3c15d9
commit 714410a12c

View file

@ -20,11 +20,14 @@ python3Packages.buildPythonApplication rec {
doCheck = false; # No tests available
pythonImportsCheck = [ "urlscan" ];
pythonImportsCheck = [
"urlscan"
];
meta = with lib; {
description = "Mutt and terminal url selector (similar to urlview)";
homepage = "https://github.com/firecat53/urlscan";
changelog = "https://github.com/firecat53/urlscan/releases/tag/${version}";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ dpaetzel jfrankenau ];
};