creds: fix changelog

This commit is contained in:
Weijia Wang
2025-03-23 20:09:10 +01:00
parent 9d91793b3d
commit bbe68868f1
+1 -1
View File
@@ -38,7 +38,7 @@ python3.pkgs.buildPythonApplication rec {
description = "Tool to search a collection of default credentials";
mainProgram = "creds";
homepage = "https://github.com/ihebski/DefaultCreds-cheat-sheet";
changelog = "https://github.com/ihebski/DefaultCreds-cheat-sheet/releases/tag/creds-${src.tag}";
changelog = "https://github.com/ihebski/DefaultCreds-cheat-sheet/releases/tag/${src.tag}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};