python313Packages.censys: fix changelog

This commit is contained in:
Sigmanificient
2026-04-28 23:29:28 +02:00
parent 443b04c28c
commit 3e56a323f0
@@ -59,7 +59,7 @@ buildPythonPackage rec {
meta = {
description = "Python API wrapper for the Censys Search Engine (censys.io)";
homepage = "https://github.com/censys/censys-python";
changelog = "https://github.com/censys/censys-python/releases/tag/v${src.tag}";
changelog = "https://github.com/censys/censys-python/releases/tag/${src.tag}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ fab ];
mainProgram = "censys";