hevi: switch from github to codeberg source

as per the readme of the github repo:

> This repo was migrated to codeberg. The github repo is not a mirror.
> It won't receive any new commits. Please use the new repo.

the github repo is also now archived.
This commit is contained in:
whispers
2026-08-18 00:04:36 -04:00
parent 38feebd13b
commit 470ce24dae

View File

@@ -1,6 +1,6 @@
{
callPackage,
fetchFromGitHub,
fetchFromCodeberg,
lib,
stdenv,
zig_0_13,
@@ -13,8 +13,8 @@ stdenv.mkDerivation (finalAttrs: {
pname = "hevi";
version = "1.1.0";
src = fetchFromGitHub {
owner = "Arnau478";
src = fetchFromCodeberg {
owner = "arnauc";
repo = "hevi";
tag = "v${finalAttrs.version}";
hash = "sha256-wnpuM2qlbeDIupDPQPKdWmjAKepCG0+u3uxcLDFB09w=";
@@ -30,7 +30,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "Hex viewer";
homepage = "https://github.com/Arnau478/hevi";
homepage = "https://codeberg.org/arnauc/hevi";
license = lib.licenses.gpl3Only;
maintainers = [ lib.maintainers.jmbaur ];
mainProgram = "hevi";