git-filter-repo: do not use pname as repo name

Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com>
This commit is contained in:
Yuto Oguchi 2024-03-19 09:26:46 +09:00 committed by GitHub
parent 143d276571
commit f3fbb9d016
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,7 @@ buildPythonPackage rec {
docs = fetchFromGitHub {
owner = "newren";
repo = pname;
repo = "git-filter-repo";
rev = docs_version;
hash = "sha256-Z/3w3Rguo8sfuc/OQ25eFbMfiOHjxQqPY6S32zuvoY4=";
};