Skip to content

Commit 671e390

Browse files
committed
qt6ct: switch to new upstream
As pointed out in #384376 (comment) the new upstream is hosted on opencode.net Signed-off-by: Sefa Eyeoglu <[email protected]>
1 parent 3e43bb1 commit 671e390

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

pkgs/tools/misc/qt6ct/default.nix

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
lib,
33
stdenv,
4-
fetchFromGitHub,
4+
fetchFromGitLab,
55
qtbase,
66
qtsvg,
77
qtwayland,
@@ -14,11 +14,12 @@ stdenv.mkDerivation (finalAttrs: {
1414
pname = "qt6ct";
1515
version = "0.10";
1616

17-
src = fetchFromGitHub {
18-
owner = "ilya-fedin";
17+
src = fetchFromGitLab {
18+
domain = "www.opencode.net";
19+
owner = "trialuser";
1920
repo = "qt6ct";
2021
tag = finalAttrs.version;
21-
hash = "sha256-ePY+BEpEcAq11+pUMjQ4XG358x3bXFQWwI1UAi+KmLo=";
22+
hash = "sha256-o2k/b4AGiblS1CkNInqNrlpM1Y7pydIJzEVgVd3ao50=";
2223
};
2324

2425
nativeBuildInputs = [
@@ -41,7 +42,7 @@ stdenv.mkDerivation (finalAttrs: {
4142

4243
meta = {
4344
description = "Qt6 Configuration Tool";
44-
homepage = "https://github.com/ilya-fedin/qt6ct";
45+
homepage = "https://www.opencode.net/trialuser/qt6ct";
4546
platforms = lib.platforms.linux;
4647
license = lib.licenses.bsd2;
4748
maintainers = with lib.maintainers; [

0 commit comments

Comments
 (0)