lol

flips: change src repo (#430946)

authored by

Sandro and committed by
GitHub
01ae052d 7cf33b2e

+5 -4
+5 -4
pkgs/by-name/fl/flips/package.nix
··· 1 { 2 lib, 3 stdenv, 4 - fetchFromGitHub, 5 libdivsufsort, 6 pkg-config, 7 ··· 15 pname = "flips"; 16 version = "198"; 17 18 - src = fetchFromGitHub { 19 - owner = "Alcaro"; 20 repo = "Flips"; 21 tag = "v${version}"; 22 hash = "sha256-zYGDcUbtzstk1sTKgX2Mna0rzH7z6Dic+OvjZLI1umI="; ··· 48 49 meta = { 50 description = "Patcher for IPS and BPS files"; 51 - homepage = "https://github.com/Alcaro/Flips"; 52 license = lib.licenses.gpl3Plus; 53 maintainers = with lib.maintainers; [ aleksana ]; 54 platforms = lib.platforms.unix;
··· 1 { 2 lib, 3 stdenv, 4 + fetchFromGitea, 5 libdivsufsort, 6 pkg-config, 7 ··· 15 pname = "flips"; 16 version = "198"; 17 18 + src = fetchFromGitea { 19 + domain = "git.disroot.org"; 20 + owner = "Sir_Walrus"; 21 repo = "Flips"; 22 tag = "v${version}"; 23 hash = "sha256-zYGDcUbtzstk1sTKgX2Mna0rzH7z6Dic+OvjZLI1umI="; ··· 49 50 meta = { 51 description = "Patcher for IPS and BPS files"; 52 + homepage = "https://git.disroot.org/Sir_Walrus/Flips"; 53 license = lib.licenses.gpl3Plus; 54 maintainers = with lib.maintainers; [ aleksana ]; 55 platforms = lib.platforms.unix;