scientifica: update github username NerdyPepper -> oppiliappan

This commit is contained in:
Shahar "Dawn" Or
2025-08-31 21:20:12 +07:00
parent a348c2ef77
commit 069ccf6905
+2 -2
View File
@@ -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 ];