mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user