wild-unwrapped: rename github owner from david to wild-linker

This commit is contained in:
Ross Smyth
2026-05-23 22:25:18 -04:00
parent dd29250a8a
commit bf3ce8baf2
+3 -3
View File
@@ -13,7 +13,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
version = "0.8.0";
src = fetchFromGitHub {
owner = "davidlattimore";
owner = "wild-linker";
repo = "wild";
tag = finalAttrs.version;
hash = "sha256-E5cmZuOtF+MNTPyalKjnguhin70zqtDDB0D71ZpeE48=";
@@ -46,8 +46,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
meta = {
description = "Very fast linker for Linux";
homepage = "https://github.com/davidlattimore/wild";
changelog = "https://github.com/davidlattimore/wild/blob/${finalAttrs.version}/CHANGELOG.md";
homepage = "https://github.com/wild-linker/wild";
changelog = "https://github.com/wild-linker/wild/blob/${finalAttrs.version}/CHANGELOG.md";
license = [
lib.licenses.asl20 # or
lib.licenses.mit