pass2csv: fix meta.homepage url

This commit is contained in:
0xeae3f7c0 2025-08-12 19:45:50 +01:00
parent 0fc5817fea
commit e769808f89
No known key found for this signature in database
GPG Key ID: FEFC3BEAF58A802A

View File

@ -30,7 +30,7 @@ buildPythonApplication rec {
meta = with lib; {
description = "Export pass(1), \"Standard unix password manager\", to CSV";
mainProgram = "pass2csv";
homepage = "https://github.com/reinefjord/pass2csv";
homepage = "https://codeberg.org/svartstare/pass2csv";
license = licenses.mit;
maintainers = [ ];
};