ijq: fetch source from newly preferred primary repository host (#368923)

authored by Sandro and committed by GitHub a64a238b 0dd7250c

+5 -4
+5 -4
pkgs/by-name/ij/ijq/package.nix
··· 1 { 2 buildGoModule, 3 - fetchFromSourcehut, 4 lib, 5 jq, 6 installShellFiles, ··· 13 pname = "ijq"; 14 version = "1.1.2"; 15 16 - src = fetchFromSourcehut { 17 - owner = "~gpanders"; 18 repo = "ijq"; 19 rev = "v${version}"; 20 hash = "sha256-7vG9T+gC6HeSGwFDf3m7nM0hBz32n6ATiM30AKNC1Og="; ··· 49 meta = with lib; { 50 description = "Interactive wrapper for jq"; 51 mainProgram = "ijq"; 52 - homepage = "https://git.sr.ht/~gpanders/ijq"; 53 license = licenses.gpl3Plus; 54 maintainers = with maintainers; [ 55 justinas
··· 1 { 2 buildGoModule, 3 + fetchFromGitea, 4 lib, 5 jq, 6 installShellFiles, ··· 13 pname = "ijq"; 14 version = "1.1.2"; 15 16 + src = fetchFromGitea { 17 + domain = "codeberg.org"; 18 + owner = "gpanders"; 19 repo = "ijq"; 20 rev = "v${version}"; 21 hash = "sha256-7vG9T+gC6HeSGwFDf3m7nM0hBz32n6ATiM30AKNC1Og="; ··· 50 meta = with lib; { 51 description = "Interactive wrapper for jq"; 52 mainProgram = "ijq"; 53 + homepage = "https://codeberg.org/gpanders/ijq"; 54 license = licenses.gpl3Plus; 55 maintainers = with maintainers; [ 56 justinas