kdePackages.accounts-qt: update repo and homepage

This commit is contained in:
jopejoe1 2024-04-26 07:53:32 +02:00
parent 8cf34f783f
commit 3106fe526f

View File

@ -6,7 +6,7 @@ stdenv.mkDerivation {
# pinned to fork with Qt6 support
src = fetchFromGitLab {
owner = "nicolasfella";
owner = "accounts-sso";
repo = "libaccounts-qt";
rev = "18557f7def9af8f4a9e0e93e9f575ae11e5066aa";
hash = "sha256-8FGZmg2ljSh1DYZfklMTrWN7Sdlk/Atw0qfpbb+GaBc=";
@ -24,7 +24,7 @@ stdenv.mkDerivation {
meta = with lib; {
description = "Qt library for accessing the online accounts database";
mainProgram = "accountstest";
homepage = "https://gitlab.com/accounts-sso";
homepage = "https://gitlab.com/accounts-sso/libaccounts-qt";
license = licenses.lgpl21;
platforms = platforms.linux;
};