kitget: update source repository

This commit is contained in:
adam
2025-12-15 22:46:19 +01:00
parent dc7661e4a0
commit f2c593cd0a
+4 -3
View File
@@ -1,6 +1,6 @@
{
lib,
fetchFromGitHub,
fetchFromGitea,
rustPlatform,
openssl,
pkg-config,
@@ -10,7 +10,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
pname = "kitget";
version = "0.0.2";
src = fetchFromGitHub {
src = fetchFromGitea {
domain = "codeberg.org";
owner = "adamperkowski";
repo = "kitget";
tag = "v${finalAttrs.version}";
@@ -27,7 +28,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
meta = {
description = "Display and customize cat images in your terminal";
homepage = "https://github.com/adamperkowski/kitget";
homepage = "https://codeberg.org/adamperkowski/kitget";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ adamperkowski ];
mainProgram = "kitget";