pass2csv: fix meta.homepage url

This commit is contained in:
0xeae3f7c0
2025-08-12 19:45:50 +01:00
parent 0fc5817fea
commit e769808f89
+1 -1
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 = [ ];
};