p7zip: update owner info

This commit is contained in:
Kid 2021-07-11 16:20:38 +00:00 committed by GitHub
parent eed20f01e4
commit c772d7503d

View file

@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "17.04";
src = fetchFromGitHub {
owner = "szcnick";
owner = "jinfeihan57";
repo = pname;
rev = "v${version}";
sha256 = "sha256-19F4hPV0nKVuFZNbOcXrcA1uW6Y3HQolaHVIYXGmh18=";
@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
NIX_CFLAGS_COMPILE = lib.optionalString stdenv.cc.isClang "-Wno-error=c++11-narrowing";
meta = {
homepage = "https://github.com/szcnick/p7zip";
homepage = "https://github.com/jinfeihan57/p7zip";
description = "A new p7zip fork with additional codecs and improvements (forked from https://sourceforge.net/projects/p7zip/)";
platforms = lib.platforms.unix;
maintainers = [ lib.maintainers.raskin ];