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