blueprint-compiler: update src to point to GNOME gitlab

jwestman/blueprint-compiler has been moved to GNOME/blueprint-compiler.
updates the package src (fetchFromGitLab) and homepage URLs to point to
the new URL.
This commit is contained in:
Nona
2025-11-09 16:27:15 +01:00
parent e29dd23c72
commit 4b04af0c21

View File

@@ -19,7 +19,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitLab { src = fetchFromGitLab {
domain = "gitlab.gnome.org"; domain = "gitlab.gnome.org";
owner = "jwestman"; owner = "GNOME";
repo = "blueprint-compiler"; repo = "blueprint-compiler";
rev = "v${finalAttrs.version}"; rev = "v${finalAttrs.version}";
hash = "sha256-3vAFkP/psM/IsFtzVOIVSU77Z+RV4d3N70U7ggrDqfo="; hash = "sha256-3vAFkP/psM/IsFtzVOIVSU77Z+RV4d3N70U7ggrDqfo=";
@@ -83,7 +83,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = with lib; { meta = with lib; {
description = "Markup language for GTK user interface files"; description = "Markup language for GTK user interface files";
mainProgram = "blueprint-compiler"; mainProgram = "blueprint-compiler";
homepage = "https://gitlab.gnome.org/jwestman/blueprint-compiler"; homepage = "https://gitlab.gnome.org/GNOME/blueprint-compiler";
license = licenses.lgpl3Plus; license = licenses.lgpl3Plus;
maintainers = with maintainers; [ maintainers = with maintainers; [
benediktbroich benediktbroich