Unverified Commit 15067629 authored by Keenan Weaver's avatar Keenan Weaver
Browse files

flips: change repo

parent 66635ccd
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
{
  lib,
  stdenv,
  fetchFromGitHub,
  fetchFromGitea,
  libdivsufsort,
  pkg-config,

@@ -15,8 +15,9 @@ stdenv.mkDerivation rec {
  pname = "flips";
  version = "198";

  src = fetchFromGitHub {
    owner = "Alcaro";
  src = fetchFromGitea {
    domain = "git.disroot.org";
    owner = "Sir_Walrus";
    repo = "Flips";
    tag = "v${version}";
    hash = "sha256-zYGDcUbtzstk1sTKgX2Mna0rzH7z6Dic+OvjZLI1umI=";
@@ -48,7 +49,7 @@ stdenv.mkDerivation rec {

  meta = {
    description = "Patcher for IPS and BPS files";
    homepage = "https://github.com/Alcaro/Flips";
    homepage = "https://git.disroot.org/Sir_Walrus/Flips";
    license = lib.licenses.gpl3Plus;
    maintainers = with lib.maintainers; [ aleksana ];
    platforms = lib.platforms.unix;