dijo: update github username NerdyPepper -> oppiliappan

This commit is contained in:
Shahar "Dawn" Or
2025-08-31 21:19:26 +07:00
parent 6f25cca39b
commit 5da0d471e6

View File

@@ -10,7 +10,7 @@ rustPlatform.buildRustPackage rec {
version = "0.2.7"; version = "0.2.7";
buildInputs = [ ncurses ]; buildInputs = [ ncurses ];
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "NerdyPepper"; owner = "oppiliappan";
repo = "dijo"; repo = "dijo";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-g+A8BJxqoAvm9LTLrLnClVGtFJCQ2gT0mDGAov/6vXE="; sha256 = "sha256-g+A8BJxqoAvm9LTLrLnClVGtFJCQ2gT0mDGAov/6vXE=";
@@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec {
meta = with lib; { meta = with lib; {
description = "Scriptable, curses-based, digital habit tracker"; description = "Scriptable, curses-based, digital habit tracker";
homepage = "https://github.com/NerdyPepper/dijo"; homepage = "https://github.com/oppiliappan/dijo";
license = licenses.mit; license = licenses.mit;
maintainers = [ ]; maintainers = [ ];
mainProgram = "dijo"; mainProgram = "dijo";