mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
Update GitHub username NerdyPepper -> oppiliappan (#438928)
This commit is contained in:
@@ -9,7 +9,7 @@ stdenvNoCC.mkDerivation rec {
|
||||
version = "1.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/NerdyPepper/curie/releases/download/v${version}/curie-v${version}.tar.gz";
|
||||
url = "https://github.com/oppiliappan/curie/releases/download/v${version}/curie-v${version}.tar.gz";
|
||||
hash = "sha256-B89GNbOmm3lY/cRWQJEFu/5morCM/WrRQb/m6covbt8=";
|
||||
};
|
||||
|
||||
@@ -26,7 +26,7 @@ stdenvNoCC.mkDerivation rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Upscaled version of scientifica";
|
||||
homepage = "https://github.com/NerdyPepper/curie";
|
||||
homepage = "https://github.com/oppiliappan/curie";
|
||||
license = licenses.ofl;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ moni ];
|
||||
|
||||
@@ -10,7 +10,7 @@ rustPlatform.buildRustPackage rec {
|
||||
version = "0.2.7";
|
||||
buildInputs = [ ncurses ];
|
||||
src = fetchFromGitHub {
|
||||
owner = "NerdyPepper";
|
||||
owner = "oppiliappan";
|
||||
repo = "dijo";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-g+A8BJxqoAvm9LTLrLnClVGtFJCQ2gT0mDGAov/6vXE=";
|
||||
@@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Scriptable, curses-based, digital habit tracker";
|
||||
homepage = "https://github.com/NerdyPepper/dijo";
|
||||
homepage = "https://github.com/oppiliappan/dijo";
|
||||
license = licenses.mit;
|
||||
maintainers = [ ];
|
||||
mainProgram = "dijo";
|
||||
|
||||
@@ -17,7 +17,7 @@ rustPlatform.buildRustPackage rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Calculator REPL, similar to bc";
|
||||
homepage = "https://github.com/NerdyPepper/eva";
|
||||
homepage = "https://github.com/oppiliappan/eva";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [
|
||||
ma27
|
||||
|
||||
@@ -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 ];
|
||||
|
||||
@@ -14,7 +14,7 @@ rustPlatform.buildRustPackage rec {
|
||||
version = "0.5.8";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "nerdypepper";
|
||||
owner = "oppiliappan";
|
||||
repo = "statix";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-bMs3XMiGP6sXCqdjna4xoV6CANOIWuISSzCaL5LYY4c=";
|
||||
@@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Lints and suggestions for the nix programming language";
|
||||
homepage = "https://github.com/nerdypepper/statix";
|
||||
homepage = "https://github.com/oppiliappan/statix";
|
||||
license = licenses.mit;
|
||||
mainProgram = "statix";
|
||||
maintainers = with maintainers; [
|
||||
|
||||
@@ -13,7 +13,7 @@ rustPlatform.buildRustPackage {
|
||||
version = "0-unstable-2023-06-05";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "NerdyPepper";
|
||||
owner = "oppiliappan";
|
||||
repo = "taizen";
|
||||
rev = "5486cd4f4c5aa4e0abbcee180ad2ec22839abd31";
|
||||
hash = "sha256-pGcD3+3Ds3U8NuNySaDnz0zzAvZlSDte1jRPdM5qrZA=";
|
||||
@@ -39,7 +39,7 @@ rustPlatform.buildRustPackage {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Curses-based mediawiki browser";
|
||||
homepage = "https://github.com/nerdypepper/taizen";
|
||||
homepage = "https://github.com/oppiliappan/taizen";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ figsoda ];
|
||||
mainProgram = "taizen";
|
||||
|
||||
Reference in New Issue
Block a user