fdroidserver: fix metadata

fdroidserver is actually hosted on gitlab.com and the GitHub
repositories are just a mirror, so we should link to the correct
upstream
This commit is contained in:
j.r 2024-03-24 13:59:31 +01:00
parent bb13987023
commit 982e8ef140
No known key found for this signature in database
GPG Key ID: E74A18B933F9145E
1 changed files with 2 additions and 2 deletions

View File

@ -107,8 +107,8 @@ 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 ];