Merge pull request #298624 from jugendhacker/update-fdroidserver

fdroidserver: fix metadata
This commit is contained in:
Weijia Wang 2024-03-24 23:51:28 +01:00 committed by GitHub
commit ee704a258c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -107,10 +107,11 @@ buildPythonApplication rec {
];
meta = with lib; {
homepage = "https://github.com/f-droid/fdroidserver";
changelog = "https://github.com/f-droid/fdroidserver/blob/${version}/CHANGELOG.md";
homepage = "https://gitlab.com/fdroid/fdroidserver";
changelog = "https://gitlab.com/fdroid/fdroidserver/-/blob/${version}/CHANGELOG.md";
description = "Server and tools for F-Droid, the Free Software repository system for Android";
license = licenses.agpl3Plus;
maintainers = with maintainers; [ linsui jugendhacker ];
mainProgram = "fdroid";
};
}