Unverified Commit 671e390c authored by Sefa Eyeoglu's avatar Sefa Eyeoglu
Browse files

qt6ct: switch to new upstream

As pointed out in https://github.com/NixOS/nixpkgs/pull/384376#issuecomment-2701697975

 the new upstream is hosted on opencode.net

Signed-off-by: default avatarSefa Eyeoglu <contact@scrumplex.net>
parent 3e43bb1e
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
{
  lib,
  stdenv,
  fetchFromGitHub,
  fetchFromGitLab,
  qtbase,
  qtsvg,
  qtwayland,
@@ -14,11 +14,12 @@ stdenv.mkDerivation (finalAttrs: {
  pname = "qt6ct";
  version = "0.10";

  src = fetchFromGitHub {
    owner = "ilya-fedin";
  src = fetchFromGitLab {
    domain = "www.opencode.net";
    owner = "trialuser";
    repo = "qt6ct";
    tag = finalAttrs.version;
    hash = "sha256-ePY+BEpEcAq11+pUMjQ4XG358x3bXFQWwI1UAi+KmLo=";
    hash = "sha256-o2k/b4AGiblS1CkNInqNrlpM1Y7pydIJzEVgVd3ao50=";
  };

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

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