From 069ccf6905125d8e0dcc02e9ae67c62a80cee1e7 Mon Sep 17 00:00:00 2001 From: "Shahar \"Dawn\" Or" Date: Sun, 31 Aug 2025 21:20:12 +0700 Subject: [PATCH] scientifica: update github username NerdyPepper -> oppiliappan --- pkgs/by-name/sc/scientifica/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/sc/scientifica/package.nix b/pkgs/by-name/sc/scientifica/package.nix index fcd996cf3681..5f09ddb0eefd 100644 --- a/pkgs/by-name/sc/scientifica/package.nix +++ b/pkgs/by-name/sc/scientifica/package.nix @@ -9,7 +9,7 @@ stdenvNoCC.mkDerivation rec { version = "2.3"; src = fetchurl { - url = "https://github.com/NerdyPepper/scientifica/releases/download/v${version}/scientifica.tar"; + url = "https://github.com/oppiliappan/scientifica/releases/download/v${version}/scientifica.tar"; hash = "sha256-8IV4aaDoRsbxddy4U90fEZ6henUhjmO38HNtWo4ein8="; }; @@ -27,7 +27,7 @@ stdenvNoCC.mkDerivation rec { meta = with lib; { description = "Tall and condensed bitmap font for geeks"; - homepage = "https://github.com/NerdyPepper/scientifica"; + homepage = "https://github.com/oppiliappan/scientifica"; license = licenses.ofl; platforms = platforms.all; maintainers = with maintainers; [ moni ];