File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 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 ; [
You can’t perform that action at this time.
0 commit comments