cunicu: migrate src to codeberg

This commit is contained in:
Justin Restivo
2025-12-18 23:25:25 -05:00
parent 322fdfcdbd
commit d25368c707
+3 -2
View File
@@ -2,7 +2,7 @@
lib,
stdenv,
buildGoModule,
fetchFromGitHub,
fetchFromGitea,
installShellFiles,
versionCheckHook,
protobuf,
@@ -14,7 +14,8 @@ buildGoModule rec {
pname = "cunicu";
version = "0.12.0";
src = fetchFromGitHub {
src = fetchFromGitea {
domain = "codeberg.org";
owner = "cunicu";
repo = "cunicu";
rev = "v${version}";